T
trungminator
Hi,
When I record a new macro and then I click on a page name "1.1", in the
vba code window, it's shows :
Application.ActiveWindow.Page =
Application.ActiveDocument.Pages.ItemU("Page 2.2").
It means that my page name is wrong but in my label, it's written "1.1"
so it's right. It seems that there is a label for the page that i don't
see that is different from the one on the visio page.
Where can i find this label to change it so "1.1" and "1.2" can be both
"1.1" so my vba code can work?
Thanks
When I record a new macro and then I click on a page name "1.1", in the
vba code window, it's shows :
Application.ActiveWindow.Page =
Application.ActiveDocument.Pages.ItemU("Page 2.2").
It means that my page name is wrong but in my label, it's written "1.1"
so it's right. It seems that there is a label for the page that i don't
see that is different from the one on the visio page.
Where can i find this label to change it so "1.1" and "1.2" can be both
"1.1" so my vba code can work?
Thanks