01-08-2019
06:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
01-08-2019
06:52 AM
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
)
SyntaxEditor Code Snippet
GoExcel.CellValue("filename.xlsx", "Sheet1", "A2")= "whatever"
SyntaxEditor Code Snippet
GoExcel.Save