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?
|