+ Reply to Thread
Results 1 to 1 of 1

Parse through pdf file via excel vba

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    04-05-2011
    Location
    behind you!
    MS-Off Ver
    Excel 2010
    Posts
    116

    Parse through pdf file via excel vba

    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
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1