HI I need to use perl to call a VBA method that has arguments. I have been searching but was unable to find how to so it. Could any of you help me?
Example
VBA macro:
Public Function Flowupdate(sheetName As String) As Long On Error GoTo errHandler Dim startTime As Double Dim secondsElapsed As Double .....
So how do I use perl to pass the argument sheetname to the macro?
Thanks in advance.
Markup (see Writeup Formatting Tips) added by GrandFather
In reply to Perl vith VBA macros with arguments by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |