Extract Data from PDF and Add to Worksheet

后端 未结 8 2052
情深已故
情深已故 2020-12-01 01:35

I am trying to extract the data from a PDF document into a worksheet. The PDFs show and text can be manually copied and pasted into the Excel document.

I am currentl

8条回答
  •  攒了一身酷
    2020-12-01 02:30

    To improve the solution of Slinky Sloth I had to add this beforere get from clipboard :

    Set objPDF = New MSForms.DataObject
    

    Sadly it didn't worked for a pdf of 10 pages.

提交回复
热议问题