katsomo has asked for the wisdom of the Perl Monks concerning the following question:
i tried the above code but its not running the macro in outlook.my $outlook; $outlook = Win32::OLE->new('Outlook.Application'); die unless $outlook; $outlook->Session->Logon; $outlook->run( "Macro1" );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: run macro in outlook (dom)
by Anonymous Monk on Jun 03, 2013 at 09:35 UTC |