View Single Post
  #1 (permalink)  
Old 07-24-2007, 11:52 AM
kstoneman kstoneman is offline
Junior Member
 
Join Date: Jul 2007
Posts: 4
Default Call AA Task from MS Access VBA

I am needing help on the proper syntax to call an Automation Anywhere task from MS Access VBA. Here is my current syntax:

RetVal = Shell("C:\Program Files\Automation Anywhere 3.5\Automation Anywhere.exe "C:\Documents and Settings\dks7905\My Documents\Automation Anywhere\Automation Anywhere\My Tasks\debbietest.atmn" /u", 1)

Currently I receive a syntax error. Any help would be greatly appreciated.
Reply With Quote