Mike Buess
USA
3037 Posts |
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
Mike Buess Origin WebRing Member |
|
|