K
Ken
I want to save ActiveWindow.view properties and later restore them.
Set obj=ActiveWindow.View
will store the properties in the object obj but when I come to restore,
I cannot use the reciprocal
Set ActiveWindow.View=obj.
Short of resetting each property individually, what is the neatest way
to restore them all.
Set obj=ActiveWindow.View
will store the properties in the object obj but when I come to restore,
I cannot use the reciprocal
Set ActiveWindow.View=obj.
Short of resetting each property individually, what is the neatest way
to restore them all.