Skip to main content
Participant
December 2, 2020
Question

Convert Macro-enabled excel (with VBA script) to fillable PDF form

  • December 2, 2020
  • 1 reply
  • 1708 views

Hi Everyone,

 

I have a macro-enabled excel sheet (with VBA scripts) form that I want to convert to a fillable PDF document.  The form is a drivers assesment form that gives full marks, half marks or no marks depending on the answers prodived.  At the bottom of the page the sheet calculates the final score and returns either pass or fail.  There is also a box that can be selected that results in an immidiate failure due to a safety violation.

 

Can anyone let me know if I can take the excel sheet and make it a PDF file that can do the same calculations? 

 

Thanks in advance.

Chris

This topic has been closed for replies.

1 reply

Bernd Alheit
Community Expert
Community Expert
December 2, 2020

Convert the excel file to PDF, add form fields, and add the calculation. 

try67
Community Expert
Community Expert
December 2, 2020

Note that you will have to create everything from scratch. No fields or calculations will carry over from the Word file.