T
Tom Ventouris
My Button:
<button id="edudex" label="Edudex" onAction="=edudex()"/>
The Function:
Public Function Edudex()
Shell ("C:\Program Files\Edu.Dex\EduDex.exe")
End Function
The Error Message:
"The expression you entered has a function name that system can't find."
Any help?
<button id="edudex" label="Edudex" onAction="=edudex()"/>
The Function:
Public Function Edudex()
Shell ("C:\Program Files\Edu.Dex\EduDex.exe")
End Function
The Error Message:
"The expression you entered has a function name that system can't find."
Any help?