PageNumberStart Property

Microsoft Publisher Visual Basic

PageNumberStart Property

Sets or returns the page number that the specified section starts with. Read/write Long.

expression.PageNumberStart

expression    Required. An expression that returns a Section object.

Example

The following example sets the starting page number for the first section of the active document to 45.

      ActiveDocument.Sections(1).PageNumberStart = 45