Quote:
Originally Posted by BigMac'ro
I'm also wondering why the VBA editor won't let me write
Code:
Dim chartObj As Excel.Chart
but always corrects back to
Code:
Dim chartObj As Excel.chart
|
It happens and is of no consequence. What is essential is that the object/datatype is valid. You can use IntelliSense or the Object Browser for that.