GeneralNerd
MIS
I have a button on my form and want it to run a VBScript whenever it is clicked. I've tried to call it as a file to open it, I've tried using shell. Any suggestions?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Shell("cscript.exe " & MyVBScriptFileName)