Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a very repetitive task I have to do sometime next week that entails entering data into a form created by foxpro. Unfortunately, the designer of the form did not design the form well, and is no longer with the company, so the tab-order is incredibly out of whack and doesn't seem to make any sense. Nevertheless, I am trying to automate the data entry using Excel, but I have one problem. When I use the following procedu Sub CheckIt() AppActivate ("Microsoft Visual FoxPro") SendKeys "{TAB}", True End Sub everything works great, but when I use the following: Sub CheckIt() AppActivate ("Microsoft Visual FoxPro") SendKeys "+{TAB}", True End Sub Absolutely nothing happens. I can't seem to tab backwards, though tabbing forwards isn't a problem. Any ideas on how to get this to work better? If I can figure this little thing out, I can save myself a couple of days of work. Thanks in advance, David Morton |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If Function and the dreaded #VALUE | Excel Worksheet Functions | |||
HELP with dreaded formulas... | Excel Worksheet Functions | |||
Avoiding the dreaded #div/0 error | Excel Worksheet Functions | |||
Sendkeys VBA and command line | Excel Programming | |||
SendKeys command not focusing on the correct open program | Excel Programming |