View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Doug Glancy Doug Glancy is offline
external usenet poster
 
Posts: 770
Default Help with perplexing form problem

use the "Unload" method. Read about it in Help, but the basic syntax is:

"Unload UserForm1"
or, if from inside the Form, you can say "Unload Me"

hth,

Doug

"Frustrated" wrote in message
...
Actually, I am "hiding" it. How should I be dismissing the dialog?