Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'd like to ensure that the titles of my chart are all set to be "Centered
Overlay Title", but I can't figure out the code to do it. I've got the chart object named myCht. What next? Thanks, Barb Reinhardt |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Excel 2007
Sub TitleFormat() With Sheets("Data").ChartObjects(1).Chart .SetElement (msoElementChartTitleAboveChart) .SetElement (msoElementChartTitleCenteredOverlay) .ChartTitle.Text = "MyChart" End With End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Keep Video Player Centered | Excel Discussion (Misc queries) | |||
Keep chart centered to the page | Charts and Charting in Excel | |||
checkbox centered in cell | Excel Programming | |||
Watermark centered in PageLay-out | Excel Programming | |||
Cell alignment centered | Excel Programming |