Sitemap  · Français  · English  · Deutsch
Home » Blog » Article
Article

The changes to AxisTitle and ChartTitle in Excel 2010 VBA

05.03.2010
In Excel 2007, it is possible to link a chart or an axis title to a cell by using a formula. However this was not possible when using VBA. The correponding objects have now been extended in Excel 2010, as you can see in the sample file which can be downloaded at the end of this article. The following image shows a screenshot of this sample file.

Excel 2010 VBA AxisTitle und ChartTitle Objekte

By the way, if you like to refer to a cell manually, you can achieve this by selecting the title object item and the entering address of the cell typing = and the select the cell. This is shown on the figure below.

Excel 2010 VBA AxisTitle und ChartTitle Objekte

The VBA objects „AxisTitle“ und „ChartTitle“ have been extended in Excel 2010 by following properties. However, please note, that Excel 2010 is still Beta. So it's possible that some changes will be made until the next release. Finally the downloadlink for the sample file.