Hi Team,
I want to open PDF which is downloaded in download (default path : C:\Users\my profile\Downloads. I am using below code but it is not giving me any error but also not opening that pdf. Can any one help me please?
Also I have tried below code but not helpful.
Func Doc()
;Run("explorer.exe C:\Users\my profile\Downloads\fo_report.pdf")
;run("C:\Program Files (x86)\Adobe\Reader 11.0\Reader\acroRd32.exe " & @UserProfileDir & "\Downloads\fo_report.pdf")
RunWait("explorer.exe C:\Users\in399sandhe\Downloads\fo_report.pdf")
EndFunc
Thanks,
Santosh