Message 1 of 2
Inventor VBA oDoc.Save Does not work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anybody help?
Can somebody try the following VBA code, using Inventor, to see if the document actually saves?
Public Function SaveDocument()
Dim oDoc As Document
Set oDoc = ThisApplication.ActiveDocument
oDoc.Save
End Function
Please try it on "iam", "ipt" & "Idw".
I am running the macro, but, if you look at the file (date & time) properties using "File Explorer" you should (hopefully) see the time & date change. It does not seem to actually save the document when I try!
Is anybody getting the same result???
Many thanks in advance!
Darren