M
Mike Collard
I have an Excel macro that formats a chart and I have
tried adapting it for Access.
The following line is executed OK in Excel :
Select Case ActiveChart.SeriesCollection(Counter).Name
I have changed it to the following for Access
Select Case Me!
DERVGraph.Object.Application.Chart.SeriesCollection
(Counter).Name
but in Access I get an error 'Object does not support this
property or method.
Any ideas?
Thanks
tried adapting it for Access.
The following line is executed OK in Excel :
Select Case ActiveChart.SeriesCollection(Counter).Name
I have changed it to the following for Access
Select Case Me!
DERVGraph.Object.Application.Chart.SeriesCollection
(Counter).Name
but in Access I get an error 'Object does not support this
property or method.
Any ideas?
Thanks