About 50 results
Open links in new tab
  1. Extract Data from PDF and Add to Worksheet - Stack Overflow

    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 currently doing this through SendKeys a...

  2. Excel VBA to Export Selected Sheets to PDF - Stack Overflow

    that I got a single PDF file with both sheets. I tried manually saving these two pages using Selection in the Options dialog to save the two sheets I had selected, but got blank pages. When I tried the Active …

  3. how to convert pdf file to excel file using python - Stack Overflow

    Nov 4, 2019 · 4 I want to convert a pdf file into excel and save it in local via python. I have converted the pdf to excel format but how should I save it local? my code:

  4. Display PDF in Excel VBA UserForm - Stack Overflow

    I am running Excel 2016, which may be relevant if the below is a compatibility issue... In short, I am trying to display a PDF, embedded in a UserForm in Excel. I have a UserForm, say UserForm1....

  5. excel - How to keep all hyperlinks working when exporting my …

    Oct 19, 2018 · Using Excel 2016 VBA and the Workbook.ExportAsFixedFormat Method, how can I keep the hyperlinks between multiple sheets working? The resulting pdf gets all the sheets and the …

  6. Link From excel to open pdf file - Stack Overflow

    Dec 13, 2013 · I want to link to a specific page in pdf file whose link is given in excel file.i dont want page to open on browser .I want it to open up locally on my pc.

  7. How to convert pdf file to excel in c# - Stack Overflow

    May 27, 2015 · 5 I want to extract some data like " email addresses " .. from table which are in PDF file and use this email addresses which I extract to send email to those people. What I have found so far …

  8. vba - Save Excel range as pdf - Stack Overflow

    I'd like to 'save as' a specific sheet or specific range to pdf. I tried implementing a range into my code. Here is what I've been working with: ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF,

  9. excel - Strikethrough text only when printing to PDF via VBA ...

    Oct 21, 2024 · The relevant VBA code is shown below. This print to PDF code has functioned flawlessly for years, but out of nowhere, people are starting to get strikethrough text on their PDFs. This issue …

  10. excel - VBA, Combine PDFs into one PDF file - Stack Overflow

    Jul 18, 2018 · I am trying to combine PDF's into one single pdf with the use of vba. I would like to not use a plug in tool and have tried with acrobat api below. I have tried something like, but cannot seem …