Skip to main content
Participant
March 15, 2024
Question

Export PDF fail convert

  • March 15, 2024
  • 1 reply
  • 430 views

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?

This topic has been closed for replies.

1 reply

Abambo
Community Expert
Community Expert
March 15, 2024

Does it work without using VBA?

ABAMBO | Hard- and Software Engineer | Photographer
Participant
March 18, 2024

using VBA