C
Capn
Word Macro: Can I save a key in a variable without pressing Enter?
Tony Jollans said:Of course you can!
If you'd like to phrase your question in a way that can be understood, I'm
sure someone will try to help you. What is it you want to achieve?
--
Enjoy,
Tony
Thanks for replying. I want to run a macro loop where an object on the form is moved by the code chosen with Select Case vin, where vin holds a letter entered by the user. For example, when w is pressed the object to move up. I want the letter of the key pressed to be in vin without following the key press with Enter as is needed with an InputBox Help!
Thanks for your suggestion. The Change action seems to work only after aTony Jollans said:If I understand correctly, you should be able to use the Change event - but
I think a different sort of control might be more useful and probably easier
to work with, both for you and the user.