M mcnewsxp Nov 29, 2004 #1 i can't remember how to send keystrokes to to access. something like sendkey("End") ? TIA, mcnewsxp
M mcnewsxp Nov 29, 2004 #2 i can't remember how to send keystrokes to to access. something like sendkey("End") ? Click to expand... found it. SendKeys "{End}"
i can't remember how to send keystrokes to to access. something like sendkey("End") ? Click to expand... found it. SendKeys "{End}"
D Dirk Goldgar Nov 29, 2004 #3 mcnewsxp said: found it. SendKeys "{End}" Click to expand... SendKeys is not recommended, though -- it's buggy and unreliable. On rare occasions you can't get around using it, but usually there's a better way.
mcnewsxp said: found it. SendKeys "{End}" Click to expand... SendKeys is not recommended, though -- it's buggy and unreliable. On rare occasions you can't get around using it, but usually there's a better way.