Code: Select all
Dim strFile As String
' Path and filename of PDF file
strFile = "C:\Program Files\Folder Name\File Name.pdf"
ActiveWorkbook.FollowHyperlink strFile
Code: Select all
Dim strFile As String
' Path and filename of PDF file
strFile = "C:\Program Files\Folder Name\File Name.pdf"
ActiveWorkbook.FollowHyperlink strFile