Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default object selected on a chart

How can I find which object is selected on a chart (excel)?
SeriesCollection (1) or SeriesCollection (2)
or AxisTitle or other ?

Anet
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,080
Default object selected on a chart

Probably not comprehensive, but you could try:

Selection.Name

or:

TypeName(Selection)

--

Vasant

"Anet" wrote in message
...
How can I find which object is selected on a chart (excel)?
SeriesCollection (1) or SeriesCollection (2)
or AxisTitle or other ?

Anet



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default object selected on a chart

Another possible useful command:

Look in Excel VBA help at the GetChartElement method of the Chart Object.

--
Regards,
Tom Ogilvy


"Anet" wrote in message
...
How can I find which object is selected on a chart (excel)?
SeriesCollection (1) or SeriesCollection (2)
or AxisTitle or other ?

Anet



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
How do i export a pivot chart as a static chart object? James Charts and Charting in Excel 2 November 11th 08 10:05 PM
Dynamic Chart Object Dimri Excel Discussion (Misc queries) 1 September 19th 06 03:07 PM
Place selected object names into array Tristan[_2_] Excel Programming 0 April 14th 04 10:36 AM
Need to identify object selected. Neil Bhandar[_2_] Excel Programming 3 January 17th 04 06:50 AM
is object chart? Mark[_17_] Excel Programming 2 September 30th 03 08:56 PM


All times are GMT +1. The time now is 04:46 PM.

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"