When i use the createObject method to call the Indesign application, an Exception 'Cannot create ActiveX component' is generated. The code is..
Dim myInDesign as InDesign.Application
myInDesign=CreateObject("InDesign.Application.CS2")
Please let me know how to handle this error.
thanks,
Uma
Dim myInDesign as InDesign.Application
myInDesign=CreateObject("InDesign.Application.CS2")
Please let me know how to handle this error.
thanks,
Uma