Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks, Patrick - yours and Chip's were nearly the same.
Appriciate your response. Phil -----Original Message----- For Each chtob In ActiveSheet.ChartObjects msg = msg & vbCrLf & _ chtob.Name & " : " & _ chtob.Chart.ChartTitle.Caption Next Patrick Molloy Microsoft Excel MVP -----Original Message----- This code puts a neat box on screen with the name of the worksheet and a list of the charts - by name: Sub ListCharts() Dim msg As String Dim chtob As ChartObject msg = ActiveSheet.Name & vbCrLf For Each chtob In ActiveSheet.ChartObjects msg = msg & vbCrLf & chtob.Name Next MsgBox msg End Sub What modification would put the chart title after the chart name? Thanks,Phil . . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
split post code (zip code) out of cell that includes full address | Excel Discussion (Misc queries) | |||
Code to conditional format all black after date specified in code? | Excel Discussion (Misc queries) | |||
Drop Down/List w/Code and Definition, only code entered when selec | Excel Worksheet Functions | |||
Convert a Number Code to a Text Code | Excel Discussion (Misc queries) | |||
copying vba code to a standard code module | Excel Discussion (Misc queries) |