Question
VB(CS4): Select Stories one at a time through the document
Can someone help me select stories one at a time through the document.
Somewhat like...
For i = 1 to myInDesign.ActiveDocument.Stories.Count
myInDesign.ActiveDocument.Stories(i).Select
Next i
But that is not the right code of course. Thanks. ![]()