Copy link to clipboard
Copied
I'm trying to export a PDF document to excel(xlsx) but when the process is halfway through it gives an error on the adobe screen saying that the file is being used. I'm using VBA to do this, the error happens here.
'Save PDF file to the new format.
boResult = objJSO.SaveAs(NewFilePath, ExportFormat) can anyone help me?
Copy link to clipboard
Copied
Does it work without using VBA?
Copy link to clipboard
Copied
using VBA
Copy link to clipboard
Copied
yes it works perfectly, but when I try to use using VBA it returns me security error message.