I'm doing this to init the word object:

my $mswordapp = Win32::OLE->GetActiveObject('Word.Application')
        || Win32::OLE->new('Word.Application', 'Quit')
        or die "Canīt start Microsoft Word: " .
        Win32::OLE->LastError();

$mswordapp('word')->Documents->Open('myworddoc.doc')
    or die "Can't open Word form template: " . Win32::OLE->LastError();

On Tue, Feb 24, 2004 at 07:04:40PM -0600, Jeff Hill wrote:
> Ryan,
> 
> What's the code you are using to create the word object?  I've done
> pretty extensive VBA programming in Word, and I've been using Perl for
> year.  However, I've never seemed to put the two together before.  Let
> me take a look at what you have (and preferably the data for the Word
> field object), and I'll see if I can help you out. 

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to