in reply to How to convert VBA macro to Windows Perl
package MacroName;
Then you call it in the code like this:
$YourWin32Object->Run("MacroName");
The CPAN documentation on Win32::OLE should provide all the detail you need.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to convert VBA macro to Windows Perl
by Grygonos (Chaplain) on Jul 27, 2004 at 15:29 UTC | |
by WhiteBird (Hermit) on Jul 28, 2004 at 01:40 UTC |