P
Patrick C. Simonds
I have a document (template) which has a signature block. I have scanned two
signatures and have placed them in the signature block. I have code I can
use to delete one of the two signatures, but I do not know what their
picture number is. I tried recording a Macro and selecting one of the
pictures, but the macro recorder would not allow me to select a picture.
Any ideas?
Sub test()
ActiveDocument.Shapes("picture 20").Delete
End Sub
signatures and have placed them in the signature block. I have code I can
use to delete one of the two signatures, but I do not know what their
picture number is. I tried recording a Macro and selecting one of the
pictures, but the macro recorder would not allow me to select a picture.
Any ideas?
Sub test()
ActiveDocument.Shapes("picture 20").Delete
End Sub