My project dynamically generates payment coupons - one for each billing period on a master invoice. The method I'm using is a cut-and-paste loop to copy the first coupon x number of times down the sheet. The logo graphic is copied correctly with the cells, but when I go to reset the sheet (using the "Range(RangeRef).Clear" method) the logos are not deleted. Because they were created with a paste operation, I don't know their name and cannot delete them by name.
How can I delete all logos on the sheet except the first one, when I only know the name of the first logo object?
This is my first posting, so thanks in advance for your help!
How can I delete all logos on the sheet except the first one, when I only know the name of the first logo object?
This is my first posting, so thanks in advance for your help!