Add method of Overlays collection
Creates a new overlay from the specified snapshot, adds it to the Overlays collection and returns the newly created Overlay object. Defaults are used for the new overlay.
Syntax
Set
oOverlay = Overlays
.Add
(SnapshotName
) As Overlay
where
overlays -
is the name of an Overlays collection or an expression that evaluates to an Overlays collection.SnapshotName
- is the name of the snapshot that will be used to create the overlay.Provide Feedback