Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Any apparent errors from the below Macro?
Sub LoadMyPdf() Dim Filt As String Dim Title As String Dim Filename As Variant 'Set up list of File Filters Filt = "PDF Files (*.pdf),*.pdf," Title = "Select a pdf file to open" Filename = Application.GetOpenFilename _ (Filefilter:=Filt, Title:=Title) Shell "C:\Program Files (x86)\Adobe\Reader 8.0\Reader\AcroRd32.exe" & Filename, 1 'Shell Filename End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Installation Error: File Not Found | New Users to Excel | |||
Installation Error: File not Found | Excel Discussion (Misc queries) | |||
Installation error, file not found | Excel Discussion (Misc queries) | |||
Error 1311. Source file not found | Excel Worksheet Functions | |||
Runtime Error '53' File Not Found? | Excel Discussion (Misc queries) |