Word Automation through Win32::OLE

2004-12-22 Thread Cutter
Long time lurker, first time poster...please be gentle. I am attempting to move through a directory, pull out only files of a .fin extension (which is Word document format), save each one as .rtf (Rich Text Format). I'd also like to be able to run some predefined macros on the files, but I thou

Re: Word Automation through Win32::OLE

2004-12-23 Thread Cutter
Jonathan and Jenda, I appreciate you taking the time to run through the basics. I'll make sure to use strict and warnings from now on. I sure hope it saves the time you are suggesting. Sometimes the debugging drives me nuts. The difference between properties and methods is difficult to determine