View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
bw bw is offline
external usenet poster
 
Posts: 74
Default Hide UserForm with Keyboard?

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