Automatic Advance

  • Thread starter Thread starter Minitman
  • Start date Start date
M

Minitman

Greeting,

I am trying to set up a cell to receive a single keystroke (a letter)
and then advance without having to hit enter or tab. Is this
possible?
And if so, how many ways can it be done?

TIA

-Minitman
 
Hi Minitman

I beliee that is impossible, unless you have a spesific letter in mind. If
so you can activate an OnKey event in the Worksheet_SelectionChange event of
the sheet.

HTH. Best wishes Harald
 
'Hey Harold,

How about 2 letters? The cell is looking for either a "C" or a "T".

I just checked the vbe help and it appears that "OnKey" is used to
assign a procedure to a key (or keystroke combination). It does not
appear to be tied to any particular cell, but is application wide,
which is not what I need. I need something restricted to a cell or a
small set of cells.

It was worth looking up, just not what I was needing, but thanks for
the reply.

Any other ideas?

-Minitman
 

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