PDA

View Full Version : Show form when Visio 2007 starts up.



Default_User
05-29-2008, 11:03 AM
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?

CreganTur
06-05-2008, 09:06 AM
Use either the On Load or On Open event for your Visio file. Then use this:
frmName.Show
where frmName is the name of the form you want to open.