Re: Extracting information from Word Document

2003-01-10 Thread Carl Jolley
On Fri, 10 Jan 2003, S C wrote: Hi, I need to do a quick script to extract infomation from a MS Office 2000 Word document. I have found that I should use Win32::OLE and it is quite simple to open the document. What I can'tfind out is how to do the following: I want to select all Level3

Re: Extracting information from Word Document

2003-01-10 Thread Carl Jolley
On Fri, 10 Jan 2003, Sune Carlzon wrote: You can see my (not working) code below, as you understand I have not much of a clue concerning OLE objects use Win32::OLE; use Win32::OLE::Const 'Microsoft Word'; # Use existing running Word else start a new my $Word =

RE: Extracting information from Word Document

2003-01-10 Thread Ross Matt-QMR000
2:25 PM To: S C Cc: [EMAIL PROTECTED] Subject: Re: Extracting information from Word Document On Fri, 10 Jan 2003, S C wrote: Hi, I need to do a quick script to extract infomation from a MS Office 2000 Word document. I have found that I should use Win32::OLE and it is quite simple to open