Page 1 of 1

How can I save my Spool object to Disk?

Posted: Wed Sep 17, 2008 3:49 pm
by Thommo
I'd like to be able to put my Spool object into Word or Excel. Is this possible?

Posted: Wed Sep 17, 2008 4:07 pm
by EViews Jason
You may print your spool to either a rtf or text file and then open the newly created file in Word. Or you may print the spool to a text to open the file in Excel (note: graphs cannot be stored in a text (*.txt file) and therefore not stored).

To print to one of the mentioned format types use

Code: Select all

output(r) c:\myrtffile.rtf 'redirect printing to a rtf file ' or output(t) c:\mytextfile.txt 'redirect printing to a text file print myspool