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. |