Hi,
Public Sub OpenDocument(strDocPath As String)
Dim G As Long
G = Shell("RUNDLL32.EXE URL.DLL,FileProtocolHandler " & strDocPath, vbNormalFocus)
End Sub
Sub Main()
Call OpenDocument("C:\YourPage.pdf")
End Sub
Please save to attached file under C:\ and run the main subroutine.
In the upper right (first page) of the pdf there is button? / link? Click here to download into Excel, which allows you to open the pdf's attachment.
I like to acces this excel file in an automated manner via vba. How to do this???
Thank you very much!
Regards,
Lloyd
Bookmarks