Hi, I am trying to copy and paste the data from pdf to excel. Below is the code that I'm using but didn't work well.
Sub PDF_Excel()
Dim AdobeApp As String
Dim AdobeFile As String
Dim StartAdobe
AdobeApp = "C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\AcroRd32.exe"
AdobeFile =...