View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Walshy[_3_] Walshy[_3_] is offline
external usenet poster
 
Posts: 2
Default selecting a picture within a chart via a macro

Hi,

Wonder if you could please help me ???

I am trying to select a picture within a chart via a macro and delete it,
problem is it wont select the pictur..

Copying and pasting a picture into the chart is no problem just the
selecting it once in the chart can you please help me ???

The code that DONT work is :
'ActiveSheet.ChartObjects("Chart 55").Activate
'ActiveChart.Shapes("Picture 2").Select (Error is here !)
'Selection.Delete