Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 "Minitman" skrev i melding ... 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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
'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 On Fri, 30 Apr 2004 09:34:07 +0200, "Harald Staff" wrote: 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 "Minitman" skrev i melding .. . 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
An Advance IF | Excel Worksheet Functions | |||
I need a little help...thanks in advance | Excel Discussion (Misc queries) | |||
Here's one for you...(thanks for the help in advance) | Excel Discussion (Misc queries) | |||
Can I disable this automatic number advance thing? | Excel Discussion (Misc queries) | |||
Help Please! Thanks in advance. | Excel Programming |