Hi,
I'm using the new office 2007 Beta version and I am having problems with VBA.
I get the following error: "The specified value is out of range", highlighting the last line above. This used to work in Excel 2002. I've been checking out the Microsoft site and they seem to have chnaged quite a few things and are also having problems with bugs, such as the "Chart.PlotArea.Interior.Pattern" property.
Any ideas?
I'm using the new office 2007 Beta version and I am having problems with VBA.
Code:
Dim aChart As Chart
Set aChart = ActiveChart
aChart.Shapes.AddTextbox msoTextOrientationHorizontal, 1, 1, 100, 100
I get the following error: "The specified value is out of range", highlighting the last line above. This used to work in Excel 2002. I've been checking out the Microsoft site and they seem to have chnaged quite a few things and are also having problems with bugs, such as the "Chart.PlotArea.Interior.Pattern" property.
Any ideas?