How can I read a PDF file from my VBA program?

  • Thread starter 50 Years of Programming Experience
  • Start date
5

50 Years of Programming Experience

I have written a complex Excel VBA program that does a lot of things. One
thing I would like it to do is to read a PDF file, scan it for certain
keywords, and make some edits to it. How can I do this?
 
Top