Message 1 of 4
message appears before the object is Modified,

Not applicable
09-30-2004
01:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi,
herr is the sample of developer help.
Private Sub AcadDocument_ObjectModified(ByVal Object As Object) '
MsgBox "A " & TypeName(Object) & " was just modified!"
End Sub
but i want that the message appears before the object is Modified,
how to do it
thank you