P
Paul V
I have a complicated case that I reduced down to the following simple case.
Start Visio with blank drawing.
Have 1st page: Name "Page-1", NameU "Page-1"
Insert new page -- name it "abc"
Have 2nd page: Name "abc", NameU "abc"
Rename 2nd page to "def": Name is "def", NameU is "abc"
Rename 1st page to "abc": Name is "abc", NameU is "Page-1"
View page abc then:
ActiveWindow.Page = "abc"
This takes you "def"
View page abc then:
ActiveWindow.Page = "def"
This also takes you "def"
i.e. ActiveWindow.Page = seems to looks at NameU first, then Name
My guess that is an undocumented "feature" rather than a "bug," but is
surprised me.
Comments?
Paul
Start Visio with blank drawing.
Have 1st page: Name "Page-1", NameU "Page-1"
Insert new page -- name it "abc"
Have 2nd page: Name "abc", NameU "abc"
Rename 2nd page to "def": Name is "def", NameU is "abc"
Rename 1st page to "abc": Name is "abc", NameU is "Page-1"
View page abc then:
ActiveWindow.Page = "abc"
This takes you "def"
View page abc then:
ActiveWindow.Page = "def"
This also takes you "def"
i.e. ActiveWindow.Page = seems to looks at NameU first, then Name
My guess that is an undocumented "feature" rather than a "bug," but is
surprised me.
Comments?
Paul