Example: SnapshotName property

Private Sub GetSnapshotNames() Dim o as Overlay Dim s as String For Each o in Overlays s = s & "," & o.SnapshotName Next MsgBox "Snapshots that have been added as Overlays: " & s End Sub
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal