Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
As this is related to charts, I thought I'd post it here instead of in the
programming thread. I want to dynamically define the title for a chart. I'd like to have what I'm calling a Level1 title and a Level 2 title in a named range. When I recorded a macro, this is what I got: ActiveChart.ChartTitle.Select Selection.Characters.Text = "Level 1 Title" & Chr(10) & "Level 2 Title" Basically, I want to use a named range for "Level 1 Title" and another named range for "Level 2 title". How do I get the title to be displayed the way I want programmatically? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change Font Colour and Background If Q | Excel Worksheet Functions | |||
comment won't change font | Excel Discussion (Misc queries) | |||
how can I conditionally change font color, or background color? | Excel Worksheet Functions | |||
Event Macro adjustment needed - need to change font color also | Excel Worksheet Functions | |||
Has anyone had problems setting the font size for a title through VBA? | Charts and Charting in Excel |