Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Invoking a Form

Status
Not open for further replies.

GeraldRK

IS-IT--Management
May 3, 2005
4
AU
To call a VB module in Visio you just use the name of the sub within that module.

But how do you call a FORM from a Visio subroutine? For instance, I have a form called UserValidation. How do I invoke that form from another sub?

I know this seems like a simple question, but I can't find any doco on it.

Cheers, Gerald.
 
Ok, well I figured it out, and just for the record its:


Load frmName
frmName.Show 0
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top