how can I close a UserForm using a shortcut key ?

F

Frank Kabel

Hi
have a look at the accelerator property of a command button.

--
Regards
Frank Kabel
Frankfurt, Germany

How can I close a UserForm using a shortcut key ?

T. I. A.
 
D

Dave Peterson

Another option is to set the .cancel property of your close/cancel button to
true. Then you can just hit the escape key to "click" that button.
 
Top