Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,489
Default selecting a picture within a chart via a macro

Hi,

Is the picture really called "Picture 2".
If you copy/paste shapes/pictures their name is very likely to change.

If the chart only contains a single picture then you could use the
following bit of syntax.

ActiveChart.Shapes(1).delete

You don't need to select the picture to delete it when using code.

Cheers
Andy

Walshy wrote:

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


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VBA Copy Chart as Picture Steph Charts and Charting in Excel 3 April 23rd 23 11:47 AM
make a picture a chart Bucs fan Charts and Charting in Excel 2 October 20th 07 11:34 AM
Pie chart picture Rowan J Booth Charts and Charting in Excel 1 January 8th 07 08:45 AM
how to make a picture pop-up when selecting a cell? tendercare New Users to Excel 1 September 6th 05 12:47 PM
Picture > Organization chart nnamdi elemamba Charts and Charting in Excel 1 March 16th 05 02:51 AM


All times are GMT +1. The time now is 09:37 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"