INKEY in VBA

  • Thread starter Thread starter John Hayes
  • Start date Start date
J

John Hayes

Hi,

Is there any equivalent to INKEY in VBA for Excel 2000?

i.e Receive input from the keyboard.
Do I need to add any references to get it?

Regards

John
 
Hi John

Yes & no, depending on "where you are" and what you want done. In form's textboxes it's
pretty easy to catch. During a VBA loop it's very tricky. During a spreadsheet cell entry
it's totally impossible.
 
Back
Top