Hi,
I am having problem running the Macro from Access. I am using Access and Excel 2000. It gives the error on this line....
xlApp.Run "ThisWorkbook.DoChart"
The error that it gives is:
Method 'Run' of object '_Application' failed.
Here is the code:
Private Sub cmdDrawCharts_Click()
Dim...