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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Closing a User Form

Status
Not open for further replies.
Dec 5, 2001
82
GB
Hi,

I've added a command button to a user form what code can I use to close the form once the command bar is click and leave the excel sheet still open

Thanks
[bigcheeks]
 
that will leave the form loaded btw. just hidden
if u want it unloaded then

sub cmdExit_click()
unload me
End sub
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top