since Excel no longer supports VB I want to use AppleScript to define functions that can be called from Excel.
very simple example:
on timesTwo(num)
return num * 2
end timesTwo
I want to be able to call that function from Excel and not! within the AppleScript.
Using AppleScript to parse information into Excel cells works ok, but I need to create complicated functions in a script that can be called from Excel.
thanks for your help.
very simple example:
on timesTwo(num)
return num * 2
end timesTwo
I want to be able to call that function from Excel and not! within the AppleScript.
Using AppleScript to parse information into Excel cells works ok, but I need to create complicated functions in a script that can be called from Excel.
thanks for your help.