Hi
I have an app that sends data to the previously opened application.
One use is to send data into Word or Excel. I use sendkeys - such as...
SendKeys txtLine1.Text
SendKeys "{ENTER}"
I have noticed, however, that it does not seem to work in Excel/Word 2007 - the cursor seems to remain where it is without the data being sent in.
If I try it, say, into Notepad all works as expected. I'm certain it used to be OK in Office 2000.
Any ideas?
I have an app that sends data to the previously opened application.
One use is to send data into Word or Excel. I use sendkeys - such as...
SendKeys txtLine1.Text
SendKeys "{ENTER}"
I have noticed, however, that it does not seem to work in Excel/Word 2007 - the cursor seems to remain where it is without the data being sent in.
If I try it, say, into Notepad all works as expected. I'm certain it used to be OK in Office 2000.
Any ideas?