Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
mblaptok
280 Views, 1 Reply

save xlsx as pdf

Is it possible to save xlsx as pdf from Inventor 2019? (VBA?)

 

To make it clear, I exported some parameters to xlsx file then i save it, and now i'd like to save it as pdf directly from Inventor (maybe i want too much :slightly_smiling_face: )

 

SyntaxEditor Code Snippet

GoExcel.CellValue("filename.xlsx", "Sheet1", "A2")= "whatever"

SyntaxEditor Code Snippet

GoExcel.Save