Message 1 of 1
Trigger EndSave Event with multiple macros

Not applicable
10-02-2015
04:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I would like to trigger an EndSave Event to check where the drawing is being saved and depending on that executing another macro.
I have no problem when I have only one macro loaded, with the AcadDocument_EndSave in "ThisDrawing" Object of the macro.
The problem appears when I load more than one macro. The trigger is not working, I don't know if it is becasuse I have more than one "ThisDrawing" Object and the one is "active" (I don't know how to check this) is not the one with the code.
Is there any way to set the macro "priority" for the "ThisDrawing" object so the EndSave event is triggered.
Thanks for your help.