Skip to main content
Known Participant
August 28, 2008
Question

[CS3 / VBS] Help with Story Selection

  • August 28, 2008
  • 1 reply
  • 288 views
This is basic I know but I'm having issues understanding stories in InDesign. I would like a selected frame to select the whole story and then do some type of functions.

Here is a script that sets selection as a textframe, so something like this but with a story -

Case "TextFrame"
If mySelection.StartTextFrame.Tables.Count = 1 Then
mySelection.StartTextFrame.Tables.Item(1).ConvertToText
End If

Thanks again!!!
This topic has been closed for replies.

1 reply

Peter Kahrel
Community Expert
Community Expert
August 29, 2008
You want mySelection.ParentStory

Peter