View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Edward Ulle Edward Ulle is offline
external usenet poster
 
Posts: 92
Default Programmatically add shapes to a selection

I have a worksheet with various shapes already on it. I add new shapes.
I want to collect the new shapes only and group them.

How do I build a selection consisting of the newly created shapes.

The number of added shapes is dynamic so I don't know of any way to use
Array(...) with Range and the shape indexes.

TIA



*** Sent via Developersdex http://www.developersdex.com ***