Hotkey

T

Tom Swanick

Hi,

While I am typing data in a cell, I would like a hotkey which would allow me
to type a predefined set of characters eg

random text zzz more random text - with zzz being the predefined
characters.

Note: It has to be able to work while I am in edit mode in a cell.

Regards

Tom
 
T

Tom Swanick

Hi Frank,

I realise that, but wondered if there were any possible alternatives.

Tom
 
F

Frank Kabel

Hi
the only think I could imagine would be trapping onkey events and
processing them. I really wouldn't do that as I consider this as not
stable.
 
D

Dave Peterson

How about just letting zzz go into the cell, then edit|replace zzz with your
text?
 
Top