Sub BrowsePDFDocument() Dim strDocument As String strDocument = Application.GetOpenFilename("PDF Files,*.pdf", 1, "Open File", , False) If Len(strDocument) < 6 Then Exit Sub ActiveWorkbook.FollowHyperlink strDocument End Sub
Tüm dosyaları seçtirmek için aşağıdaki değişikliği yapmanız gerekmektedir.