if I click on command button it will execute the code to select sheets(2).I want to execute the code bu using the kye of keyboard example : Alt+Q
by the way I'm using the button on the sheets not on the Form

vb Code:
  1. Private Sub CommandButton3_Click()
  2. Sheets(2).Select
  3. End Sub