Link to home
Start Free TrialLog in
Avatar of deross
deross

asked on

SendKeys Problem

Is there any way to include a variable in the SendKeys statement?

For instance, I would like to do something like this:

MyFile = "Report1.wpd"

SendKeys "C:\Data\{MyFile}", True

Any help would be greatly appreciated.

Don
ASKER CERTIFIED SOLUTION
Avatar of Vbmaster
Vbmaster

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial