Document.Stories property (Publisher)

Returns a Stories collection containing all stories in the publication.

Syntax

expression.Stories

expression A variable that represents a Document object.

Return value

Stories

Example

This example assigns the first story in the Stories collection to a variable.

Sub FirstStory() 
 
 Dim stFirst As Story 
 
 stFirst = Application.ActiveDocument.Stories(1) 
 
End Sub

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.