P
per
Hi there.
I have a Word template with many image controls in it. The
user is supposed to drag-and-drop pictures into these
images. Once in a while end-user marks the hole image
control, and hit the delete button.
In one of my VBA-Macros I try to delete alle inlineshapes
in the document, and when I try to delete the one which
already has been deleted by the end-user, Word dies. How
can I found out that this inlineshape object is already
deleted, before I try to do this in VBA.
per
I have a Word template with many image controls in it. The
user is supposed to drag-and-drop pictures into these
images. Once in a while end-user marks the hole image
control, and hit the delete button.
In one of my VBA-Macros I try to delete alle inlineshapes
in the document, and when I try to delete the one which
already has been deleted by the end-user, Word dies. How
can I found out that this inlineshape object is already
deleted, before I try to do this in VBA.
per