in reply to Running an excel macro from Perl
One further question executing Excel-Macros:
The Excel-Macro I like to start opens a pop-up-window asking for data (the password). And it displays some buttons to select the functionality. Will I be able to execute it in a "batch"-mode from perl? E.g. by adding some parameters to the
-line? Or do I have to rewrite the excel-macros (so they run without GUI-interaction?)?$Excel->Run("macro_name");
Thanks
Rata
|
|---|