G
GastonFranzini
Hi,
I want to do this
fnamepdf = fpath & "\" & fname
SendKeys fnamepdf & _
"{Enter}", False
Bat the problem is that in the path a folder has (123) . and the send
keys sends 123 without the brackets.
Is there a way to send exactly the keys?
Thanks.
I want to do this
fnamepdf = fpath & "\" & fname
SendKeys fnamepdf & _
"{Enter}", False
Bat the problem is that in the path a folder has (123) . and the send
keys sends 123 without the brackets.
Is there a way to send exactly the keys?
Thanks.