VBA Code to displaying PDF

I ended up putting my proposed file name in another variable:
Code:
    MyStr = "C:\Users\RU\Desktop\PDF\[B][I]ValidPDF_Filename.PDF[/I][/B]" 

    pdf.LoadFile MyStr
 
Wonderful
It works ,it was a space between PDF and \
I thank you very much for your help
 
You're very welcome.
 

Users who are viewing this thread

Back
Top Bottom