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:
Private Sub CommandButton3_Click() Sheets(2).Select End Sub




Reply With Quote