Hi,

I'm performing an automated mail merge with the following code:
$Word->{ActivePrinter} = $printer;
$Merge->{Destination} = wdSendToNewDocument;
$Merge->Execute(0);

I'm trying to print the file "Form Letters1", but no matter what I try, I
can't seem to get the Perl equivalent of the following VB code:
Windows("Form Letters1").Activate

How do I do this in Perl? I've been working on this for a couple hours now!
:-)

Thanks in advance for any help!
/mark

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

Reply via email to