Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
InDesign COM not supported?
#1
Hmm, I thought I'd try using COM to automate InDesign:

Code:
Copy      Help
function str'group str'style
typelib InDesign {531EBB2B-227C-4732-A979-00052EFF35D5} 1.0

InDesign.Application idApp._create

I immediately got the error, "type library error: type kind not supported. ."

Am I out of luck here? or is there another way?

VBA code looks like this:
Code:
Copy      Help
Dim oidApp As New InDesign.Application
Dim oidDoc As InDesign.Document
Set oidDoc = oidApp.ActiveDocument

Thanks!

Tony


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)