G
googull
what happened to the goto page menu? It appears to have gotten lost between
visio 4 and visio 2000. I am using Visio 2002 and see that it still appears
as a UI command, but it won't invoke as a docmd(visCmdGoToPageToolbar) from
either shapesheet or VBA.
Sub page_menu()
Dim docobj As Visio.Document
Set sel = Visio.Application.ActiveDocument
Visio.Application.DoCmd (visCmdGoToPageToolbar)
End Sub
Code runs fine but does nothing. Is there any way to get the old Visio 4
GOTO Page MENU dialog box back?
visio 4 and visio 2000. I am using Visio 2002 and see that it still appears
as a UI command, but it won't invoke as a docmd(visCmdGoToPageToolbar) from
either shapesheet or VBA.
Sub page_menu()
Dim docobj As Visio.Document
Set sel = Visio.Application.ActiveDocument
Visio.Application.DoCmd (visCmdGoToPageToolbar)
End Sub
Code runs fine but does nothing. Is there any way to get the old Visio 4
GOTO Page MENU dialog box back?