![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| 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. |
| |||
| Why don't you try using the following, 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) |