Hello,
Yes, it is specified in the Help file under More Features section.
To call Workspace Macro 'download-data.wksp' from an excel macro, add following text into any excel macro.
Dim RetVal
RetVal = Shell("C:\Program Files\Workspace Macro 4.6\Workspace Macro.exe download-data /u", 1)
Hope that helps! |