Hello All,
I am trying to capture (with VBA code) the object that is being deleted when the user presses the Delete key on his/her keyboard. When I write any code in the AcadDocument_ObjectErased event, the object is gone by the time any code executes. I can retrieve the ObjectID of the deleted object, but not any other attributes as it is already deleted. Any ideas on how to do this. Thanks in advance.
Thanks,
T-Tops
I am trying to capture (with VBA code) the object that is being deleted when the user presses the Delete key on his/her keyboard. When I write any code in the AcadDocument_ObjectErased event, the object is gone by the time any code executes. I can retrieve the ObjectID of the deleted object, but not any other attributes as it is already deleted. Any ideas on how to do this. Thanks in advance.
Thanks,
T-Tops