Hi,
Using Office 2000
I need to add a text box to an Excel chart, code running in Access but all I get is the "Object doesn't support this property or method" error.
Code is:
With xlsApp.Application
<working code>
.ActiveChart.Shapes.AddTextbox(xmsoTextOrientationHorizontal, 566.88, 65, 111, 30).Select
<working code>
end with
Code needs debugging at the AddTextbox point.
I have been playing with this on and off for days now - please put me out of my misery!
Ken
Using Office 2000
I need to add a text box to an Excel chart, code running in Access but all I get is the "Object doesn't support this property or method" error.
Code is:
With xlsApp.Application
<working code>
.ActiveChart.Shapes.AddTextbox(xmsoTextOrientationHorizontal, 566.88, 65, 111, 30).Select
<working code>
end with
Code needs debugging at the AddTextbox point.
I have been playing with this on and off for days now - please put me out of my misery!
Ken