View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary Keramidas Gary Keramidas is offline
external usenet poster
 
Posts: 2,494
Default Selecting Drawing Object By Name

i named a shape square.

activesheet.shapes("square").select

--


Gary


"Zone" wrote in message
ps.com...
I have several drawing objects on a worksheet. I have assigned each of
them a name. How do select the object by using its name in VBA code?
Excel 2002. TIA, James