I have developed an automation process using vb macro and for one part of it, I have to use the output of an auto-it script. (I am calling PDF advanced search option in this script) Is it possible to call an auto-it script from vb macro?
Asked
Active
Viewed 204 times
1 Answers
1
Use below:
Dim runscript
runscript = Shell("C:\Program Files (x86)\AutoIt3\AutoIt3_x64.exe C:\Test\AutoIt\testfile.au3")

Eray Balkanli
- 7,752
- 11
- 48
- 82

user3059545
- 49
- 2