View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Tim[_39_] Tim[_39_] is offline
external usenet poster
 
Posts: 71
Default How do I get rid of my form from the screen?

or to just hide it without unloading it (presuming the form is called
'Userform1'): -

Userform1.hide


"JulieD" wrote in message
...
Hi

if you're talking about a userform try

Unload Userform1

or
Unload Me

Cheers
JulieD

"Tony" wrote in message
...
Hi,

I can't figure out to do this. Any help on the VBA
appreciated.

Thanks,
Tony