Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Perl vith VBA macros with arguments

by pryrt (Abbot)
on Oct 11, 2022 at 20:59 UTC ( [id://11147359]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Public Function myfn(arg As Double) As Double
        myfn = arg + Rnd()
    End Function
    
  2. or download this
    #!perl
    
    ...
        || Win32::OLE->new('Excel.Application', 'Quit');
    
    print "output = ", $Excel->Run('myfn', 17), "\n";
    
  3. or download this
    output = 17.468005657196
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11147359]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-19 18:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found