S
Saudade
I am designing a form for data entry and my users don't want to use a
hyphen in the one of the fields - they think that the » would be more
appropriate.
I would like to alias - to » and so far the only way I found was to
use the key_press sub of that control. I can't get send keys
"{BS}%(0187) to work since it has to be the numeric keypad numbers to
get the » to appear, so I created a macro to run the sendkeys (that
works?).
I am now a victim of the 'known bug' where sendkeys statements reset
numlock.
I tried the suggestion of a doevents between each sendkeys statement
but that hasn't changed anything
Is there a better way to change - to » without it messing up numlock?
Thanks in advance!
hyphen in the one of the fields - they think that the » would be more
appropriate.
I would like to alias - to » and so far the only way I found was to
use the key_press sub of that control. I can't get send keys
"{BS}%(0187) to work since it has to be the numeric keypad numbers to
get the » to appear, so I created a macro to run the sendkeys (that
works?).
I am now a victim of the 'known bug' where sendkeys statements reset
numlock.
I tried the suggestion of a doevents between each sendkeys statement
but that hasn't changed anything
Is there a better way to change - to » without it messing up numlock?
Thanks in advance!