Basilides has asked for the wisdom of the Perl Monks concerning the following question:
So you create your button withmy $button = $worksheet->Buttons->Add(71.25, 18.75, 88.5, 57); but the Workbook needs a VBA module with a subroutine in it, so that you can link it to the button's OnAction property, right?
Just asking out of curiosity, but is it possible?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Write an Excel Macro in Perl
by jsprat (Curate) on Nov 06, 2002 at 21:41 UTC |