Hello,
I am trying to execute an existing CATscript from a new one.
- The existing script operates on the active document to save it into a database.
- It is written by someone else, I want to use it as it is.
The sample code I have written is:
Sub CATMain()
scpath = "D:\tmp"
MsgBox...