ActiveX create object error with version 15.0.1
Hello,
I have an Access vba application that drives InDesign to create a catalog by managing pages, entering text, etc. It has been working for years.
It stopped working with InDesign version 15.0.1 where I get an "ActiveX component cannot create an object" message (translated from french, it may be somewhat different in english).
The line that trigger this error is:
Set myInDesign = CreateObject("InDesign.application")
I tried to downgrade InDesign to version 15.0 and it works.
So there is obviously somthing wrong with version 15.0.1 regarding this point.
Any idea?
Thank you
Patrick
