View Single Post
  #2 (permalink)  
Old 11-14-2007, 05:21 PM
forumsupport forumsupport is online now
Senior Member
 
Join Date: Apr 2007
Posts: 456
Default

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!
Reply With Quote