- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We're coming to Inventor from 2D graphics software in which we used a lot of VBA to automate functions for drafting. We had tied some functions in when we save our documents using the following built in routines that fire when certain document actions are fired such as "Save" etc.
Private Sub GlobalMacroStorage_DocumentBeforeSave(ByVal Doc As Document, ByVal SaveAs As Boolean, ByVal FileName As String)
Private Sub GlobalMacroStorage_DocumentAfterSave(ByVal Doc As Document, ByVal SaveAs As Boolean, ByVal FileName As String)
Private Sub GlobalMacroStorage_DocumentOpen(ByVal Doc As Document, ByVal FileName As String)
I haven't seen this type of built in functionality in Inventor's implementation of VBA. Am I missing anything? I'm not trying to automate the save process, just what happens when the user saves. Thanks!
Solved! Go to Solution.