Boa noite queria fazer uma combinação para um comando Control + A
tentei:
If KeyCode = vbKeyControl + A
KeyCode = 0
end if
If KeyCode = vbKeyControl and vbKeyA
KeyCode = 0
end if
Não deu Certo
tentei:
If KeyCode = vbKeyControl + A
KeyCode = 0
end if
If KeyCode = vbKeyControl and vbKeyA
KeyCode = 0
end if
Não deu Certo