in reply to Running an excel macro from Perl

Hi!

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

$Excel->Run("macro_name");
-line? Or do I have to rewrite the excel-macros (so they run without GUI-interaction?)?

Thanks

Rata