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 192 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,306
- 10
- 44
- 74
user3059545
- 49
- 2