Cant access Indesign with Excel VBA
I cant set indesign as an object. here is my code:
Sub newbook()
Dim InDapp As New InDesign.Application
Set InDapp = CreateObject("InDesign.Application")
End Sub
I have tried adding a version number to the create object(.CC.2015, CC2015) and i have tried renaming the reference resource as recommended by Trevor. I have look all over the internet and look in the guide.
If anyone can help me getting start here i would really apprieciate it.
Thanks.
Dane


