Trigger EndSave Event with multiple macros

Trigger EndSave Event with multiple macros

Anonymous
Not applicable
254 Views
0 Replies
Message 1 of 1

Trigger EndSave Event with multiple macros

Anonymous
Not applicable

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.

0 Likes
255 Views
0 Replies
Replies (0)