Key press to start event

  • Thread starter Thread starter Yvonne Priestly
  • Start date Start date
Y

Yvonne Priestly

Hi,

Is it possible to use a key press sequence to start some
code? I need to use CTRL+ anything or similar and have
it set to start an event.

TIA

Yvonne Priestly
 
the following event for a textbox captures keycode + ctrl/alt

Private Sub Text6_KeyUp(KeyCode As Integer, Shift As Integer)

End Sub

- Raoul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top