Consulting

Results 1 to 2 of 2

Thread: Show form when Visio 2007 starts up.

  1. #1

    Show form when Visio 2007 starts up.

    I have a form window which I use to control many of the things in my visio diagram. Is it possible to make it start up as soon as Visio is opened, so I don't have to run in manualy?

  2. #2
    VBAX Master CreganTur's Avatar
    Joined
    Jan 2008
    Location
    Greensboro, NC
    Posts
    1,676
    Location
    Use either the On Load or On Open event for your Visio file. Then use this:
    [VBA]frmName.Show[/VBA]
    where frmName is the name of the form you want to open.
    -Randy Shea
    I'm a programmer, but I'm also pro-grammar!
    If your issue is resolved, please use Thread Tools to mark your thread as Solved!

    PODA (Professional Office Developers Association) | Certifiable | MOS: Access 2003


Posting Permissions

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