User form startup and close

G

Gerald K

oops - accidentally posted message below before I finished it...

As I was saying, I've created a user form, but I don't know how to invoke it
within the DocumentOpened event, or how to close it when the user hits the
appropriate button on the form (I don't want to close the whole application,
just the form). Any ideas?
 
G

Gerald K

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

Load frmName
frmName.Show 0
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top