Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Private Sub CmdClose_Click()
UserForm2.Hide End Sub Is there a way to accomplish this using the keyboard? For example, I'd like to enter <ctrlc to accomplish the same thing. Thanks, Bernie |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Bernie,
Define an accelerator key in the properties window for the button. E.g., if you use "C" as an accelerator that letter will be underlined on the button and Alt-C will hide the Userform. hth, Doug "bw" wrote in message ... Private Sub CmdClose_Click() UserForm2.Hide End Sub Is there a way to accomplish this using the keyboard? For example, I'd like to enter <ctrlc to accomplish the same thing. Thanks, Bernie |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks a bunch, Doug!
Bernie "Doug Glancy" wrote in message ... Bernie, Define an accelerator key in the properties window for the button. E.g., if you use "C" as an accelerator that letter will be underlined on the button and Alt-C will hide the Userform. hth, Doug "bw" wrote in message ... Private Sub CmdClose_Click() UserForm2.Hide End Sub Is there a way to accomplish this using the keyboard? For example, I'd like to enter <ctrlc to accomplish the same thing. Thanks, Bernie |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hide Userform | Excel Programming | |||
Hide Tab in TabSheet on UserForm | Excel Programming | |||
Hide all images on userform | Excel Programming | |||
Userform.hide / show | Excel Programming | |||
hide a textbox on a userform? | Excel Programming |