drom
Well-known Member
- Joined
- Mar 20, 2005
- Messages
- 543
- Office Version
- 2021
- 2019
- 2016
- 2013
- 2011
- 2010
- 2007
Hi and thanks in advance!
In Our shared Drive we have many PDF files
One of them could be, Just for this eg
If I want to open the PDF file I can just put (WORKS fine):
But I would like to open the PDF file in Google chrome
over 80% of our employees are using Chrome
Any idea how to do so ?
In Our shared Drive we have many PDF files
One of them could be, Just for this eg
VBA Code:
Dim wMyNewPDFfile as String: wMyNewPDFfile = "F:\MyPDF File XXxxXX.pdf"
VBA Code:
Sub mToOpenPDFFile ()
Dim wMyNewPDFfile as String: wMyNewPDFfile = "F:\MyPDF File XXxxXX.pdf"
ThisWorkbook.FollowHyperlink (wMyNewPDFfile )
End Sub
over 80% of our employees are using Chrome
Any idea how to do so ?