G
Gromit
Hi,
I have a chart that's being created and formated by VBA. I want to add
a title to the chart that's same as the selection of a combobox.
How do I point the chart title property to the ComboBox selection
property? I'm having difficultly figuring out how the Active X controls
fit within Excel's object model - the help diagram seems only to refer
to forms controls, unless I'm missing something...?
In psuedo code, what I want to achieve is this:
With myChtObj.Chart
HasTitle = True
ChartTitle.Characters.Text = ComboBox1.LinkedCell.Value
End With
Any help much appreciated!!
Thanks,
Graham
I have a chart that's being created and formated by VBA. I want to add
a title to the chart that's same as the selection of a combobox.
How do I point the chart title property to the ComboBox selection
property? I'm having difficultly figuring out how the Active X controls
fit within Excel's object model - the help diagram seems only to refer
to forms controls, unless I'm missing something...?
In psuedo code, what I want to achieve is this:
With myChtObj.Chart
HasTitle = True
ChartTitle.Characters.Text = ComboBox1.LinkedCell.Value
End With
Any help much appreciated!!
Thanks,
Graham