hiding application

C

Chip Smith

i have a worksheet and upon opening it a userform is loaded and ready to
use... is there a way when you double click the worksheet for the application
to actually be hidden aand just show the user form on the screen??
 
A

Ardus Petus

Try:
application.visible=false

and don't forget to set it back to True when you're finished with your
userform

HTH
 
Top