Question
.ItemByID() how to obtain ID
Hello,
I have an Indesign document with several text tables. What I would like to do is have a VBA script enter text into these tables. I am using the .ItemByID() method. However, I do not know how to obtain the table ID "x" so that the script knows which table to reference. When I create the table in Indesign, is there a way to obtain the tables unique ID?
idDoc.TextFrames.ItemByID(x)
Thank you for your help,
Mike
