Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
bnebenda
Posted - 04/02/2003 : 11:36:00 AM I would like to use the name of the datafile to label the graph that is showing the data.
1 L A T E S T R E P L I E S (Newest First)
Mike Buess
Posted - 04/02/2003 : 12:38:50 PM First make sure the file name shows up in the worksheet label. (See my reply to your other topic.) Then incorporate the following script into a macro...
// graph must be active %A=%[%C,'_']; // get worksheet name from active plot %A=%A!page.label$; // retrieve the worksheet label page.label$=%A; // transfer it to your graph