Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to save an excel spreadsheet from the Inventor VBA. What do I have to do to get it to work. It works from an excel VBA but not when I paste it into my Inventor VBA. This is my code where sProp is a variable.
ActiveWorkbook.Saveas FileName:="C:\Users\ShaStu\Documents\" & sProp & ".xlsx", _
FileFormat:=xlOpenXMLWorkbook, CreateBackup:=False
Solved! Go to Solution.