G
Guest
I have the following code that opens an Excel Application.
Set AppName = CreateObject("Excel.Application")
AppName.Visible = True
AppName.Workbooks.Open filename:=strPathDoc
Is there similar code to open a pdf file? I can't seem to find the reference.
Set AppName = CreateObject("Excel.Application")
AppName.Visible = True
AppName.Workbooks.Open filename:=strPathDoc
Is there similar code to open a pdf file? I can't seem to find the reference.