How to change active page

J

jundol

When I use like below I've got sometimes "Object Name Not Found" error message.

DC.document.application.activewindow.page = "2nd Floor"

(DC is an Visio Drawing Control in VB.)
 
A

Al Edlund

Is "2nd Floor" the page name (NameU) or is it the text from the page tab
(possibly two different things).
al
 
Top