Message 1 of 4
object_modified event and SAVE

Not applicable
12-15-2014
11:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have made a small VBA routine that uses object_modified event.
The routine work perfectly, but I have discovered that object_modified event is called in connection with the command SAVE.
In a drawing with approximately 1000 dynamic blocks object_modified event is called more than 10,000 times and the SAVE the command becomes very slow.
Is there a method in which one can avoid object_modified event is called - except to unload the .dvb in which object_modified event is called.