ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   For each objcht in ... (https://www.excelbanter.com/excel-programming/383311-re-each-objcht.html)

joel

For each objcht in ...
 
I have the following code in one of my worksheets

For Each AllCharts In Worksheets(TemperatureSheetName).Shapes

As you can see the chart is a shape.

"Barb Reinhardt" wrote:

I want to do the following:

For Each objCht In SheetCodeName
With objCht
Debug.Print .Chart.ChartTitle.Text
End With
Next objCht

I'm getting an error on the first line. For this example, I'm assuming the
code name is SheetCodeName. What am I doing wrong.

In addition, I want to parse the chart title with the split at "-", what do
I need to do. There should be only one entry of "-"

Thanks



All times are GMT +1. The time now is 08:15 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com