Page 1 of 1
MSAccess
Posted: Thu May 05, 2016 8:00 pm
by dhermanus
Hi ,
I was wondering if it would be possible to trigger a Robotask task through MSAccess VBA?
Thanks
Re: MSAccess
Posted: Fri May 06, 2016 9:01 am
by Oleg
Yes you can call some functions of RoboTask from VBA
create object and use functions of RoboTask.App object
example of the script:
set obj = createobject("RoboTask.app")
msgbox("RoboTask version " + obj.version)
Read description of RoboTasApp object here:
http://robotask.com/help/index.php?robo ... object.htm