Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
InDesign COM not supported?
#6
Try
oidApp.Selection(1).Delete
or
oidApp.Selection.Item(1).Delete

or VBScript
Macro Macro2447
Code:
Copy      Help
;/exe 1
str vbs=
;Set oidApp=CreateObject("InDesign.Application")
;Set oidDoc = oidApp.ActiveDocument
;oidApp.Selection(1).Delete
VbsExec vbs


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)