Hi![]()
I am involved in a project which partly requires Visio automation.. Anybody knows how to create an off-page reference and point it to a page of certain name?
Following lines of code dont seem to work![]()
VB Code:
Set vsoMaster1 = vsoStencil.Masters.ItemU("Off-page reference") vsoMaster.Shapes.Item(1).AddHyperlink.Name = "OffPageConnector" vsoMaster.Shapes.Item(1).AddHyperlink.Description = "Off-page Re&ference" vsoMaster.Shapes.Item(1).AddHyperlink.Address = "Page-2"
Any help wud be greatly appreciated while I tinker around on my own![]()




Reply With Quote