View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JulieD JulieD is offline
external usenet poster
 
Posts: 618
Default How do I get rid of my form from the screen?

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