MSAccess

Discuss RoboTask here
Post Reply
dhermanus
Posts: 1
Joined: Thu May 05, 2016 7:53 pm

MSAccess

Post by dhermanus »

Hi ,

I was wondering if it would be possible to trigger a Robotask task through MSAccess VBA?

Thanks
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: MSAccess

Post 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
Oleg Yershov
Post Reply