Results 1 to 3 of 3

Thread: Off-page references in Visio Automation with VB6

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2005
    Posts
    4

    Question Off-page references in Visio Automation with VB6

    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:
    1. Set vsoMaster1 = vsoStencil.Masters.ItemU("Off-page reference")
    2.  
    3. vsoMaster.Shapes.Item(1).AddHyperlink.Name = "OffPageConnector"
    4. vsoMaster.Shapes.Item(1).AddHyperlink.Description = "Off-page Re&ference"
    5. vsoMaster.Shapes.Item(1).AddHyperlink.Address = "Page-2"

    Any help wud be greatly appreciated while I tinker around on my own
    Last edited by Silverblue; Sep 29th, 2005 at 07:07 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width