Mar 11, 2001 #1 PCX Technical User Dec 17, 2000 54 US I see there is a keycode constant for everything except the ALT key? Or did I miss it? I tried vbKeyAlt and it did not want to recognize it. Thanks,
I see there is a keycode constant for everything except the ALT key? Or did I miss it? I tried vbKeyAlt and it did not want to recognize it. Thanks,
Mar 11, 2001 #2 ghubbell Programmer Feb 21, 2001 1,052 CA Frustrating isn't it. I never found it either. As example For Alt+F2 use: SendKeys "%{F2}" Alt is a mask "%" for the key. Gord ghubbell@total.net Upvote 0 Downvote
Frustrating isn't it. I never found it either. As example For Alt+F2 use: SendKeys "%{F2}" Alt is a mask "%" for the key. Gord ghubbell@total.net