B
B.S.R.
We recently upgraded from Office 97 to Office 2003 and have noticed that our
SendKeys function no longer works. We use it when programmatically printing
a report to Adobe PDF; we loop through a variable (e.g. "Department") and
print the report once for each department. We use the SendKeys function to
pass along the name and directory location of the file to be saved, as well
as to hit "Enter".
Do any of you know of how SendKeys may have changed in Office 2003? I've
been trying to debug it and I know that the keys are being sent, it's just
that the timing is off. I've tried putting the Sendkeys both before and
after the code that prints the report.
Thanks in advance for your advice!
SendKeys function no longer works. We use it when programmatically printing
a report to Adobe PDF; we loop through a variable (e.g. "Department") and
print the report once for each department. We use the SendKeys function to
pass along the name and directory location of the file to be saved, as well
as to hit "Enter".
Do any of you know of how SendKeys may have changed in Office 2003? I've
been trying to debug it and I know that the keys are being sent, it's just
that the timing is off. I've tried putting the Sendkeys both before and
after the code that prints the report.
Thanks in advance for your advice!