do you know how to ensure that sendkeys operates the numeric keypad? if i could do this it would be the quickest way for my application to achieve various ALT+number combinations in producing special characters in Word.
In module view, press F2 to get the object browser and do a search on KeyCodeConstants which will show you a list of enumerated constansts for all of the keyboard keys (anykey is missing however). The ones you want are vbKeyNumpad0, vbKeyNumpad1, etc.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.