Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 160
Default List Charts in a Worksheet

Does anyone have a macro that will list all charts and their titles in a worksheet? Something like
Chart22 Financial Resut
Chart23 Operational Result
Etc

Thanks
Phil
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default List Charts in a Worksheet

Hi
have a look at
http://www.tushar-mehta.com/excel/so...toc/index.html

--
Regards
Frank Kabel
Frankfurt, Germany


Phil Hageman wrote:
Does anyone have a macro that will list all charts and their titles
in a worksheet? Something like: Chart22 Financial Resuts
Chart23 Operational Results
Etc.

Thanks,
Phil

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 160
Default List Charts in a Worksheet

I found this in old notes, and it works - now I need to add the chart title behind the chart name

Sub ListCharts(
'Screen prints a list of charts in a worksheet
Dim Msg As Strin
Dim ChtObj As ChartObjec
Msg = ActiveSheet.Name & vbCrL
For Each ChtObj In ActiveSheet.ChartObject
Msg = Msg & vbCrLf & ChtObj.Name '& ChtObj.ChartTitl
Nex
MsgBox Ms
End Sub
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
Charts using List Feature DS Excel Discussion (Misc queries) 1 May 13th 09 04:29 AM
Is there a list of names for the various charts... Shevvie Charts and Charting in Excel 2 February 28th 09 10:48 PM
How do I set up charts with a drop-down list? Larisa Excel Discussion (Misc queries) 4 May 8th 08 10:57 PM
Adding titels to charts from a list Henning Charts and Charting in Excel 1 August 25th 06 01:46 PM
Drop down list for graphs/charts JS Charts and Charting in Excel 2 October 8th 05 10:08 PM


All times are GMT +1. The time now is 11:19 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"