ScratchArea object (Publisher)
Represents the area outside the boundaries of publication pages where layout elements may be stored with no effect on publication output.
Remarks
Use the ScratchArea property of the Document object to return a scratch area.
Use the Shapes property to return the collection of shapes that are currently on a scratch area.
Example
This example assigns the first shape on the scratch area of the active document to a variable.
Dim saPage As ScratchArea
Dim objFirst As Object
saPage = Application.ActiveDocument.ScratchArea
objFirst = saPage.Shapes(1)
Properties
See also
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.