Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I was having some problems with VBA code that is supposed to delete certain
objects (most of which are groups of shapes) on my worksheet by name, and then replace that object with a new one having the same name. It usually worked, but once in a while I would get an error. I finally tracked the problem down. Even though you can't have two individual objects with the same name (e.g. you can't have two rectangles both named "Rectangle27", if you duplicate a group object, the duplicate group has the same name as the original, although it's individual parts have new names. Has anyone run into this before? Is there a reason why group names can be non-unique in Excel, expecially on the same sheet? Thanks, Eric |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yikes! Please ignore the typos!
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel names in a group | Excel Programming | |||
delete duplicate rows, keep latest date and time group | Excel Programming | |||
How do you delete duplicate addresses, but keep duplicate names? | Excel Discussion (Misc queries) | |||
count duplicate records in a group | Excel Worksheet Functions | |||
duplicate names | Excel Programming |