M
mward
I just upgraded my Office 2003 to SP2 and am having problems with my
Excel automation code from C#. The version of Excel.exe that I'm now
using is 11.0.8033.0.
It appears as though the object model has changed and I'm now getting
errors such as:
'Excel.Application' does not contain a definition for 'Visible'
I'm getting similar errors with every call I'm making to the object.
I've tried creating the objects with type Excel.Application and
Excel.ApplicationClass.
Has anyone else had this problem and if so how did you fix it?
Thanks.
Excel automation code from C#. The version of Excel.exe that I'm now
using is 11.0.8033.0.
It appears as though the object model has changed and I'm now getting
errors such as:
'Excel.Application' does not contain a definition for 'Visible'
I'm getting similar errors with every call I'm making to the object.
I've tried creating the objects with type Excel.Application and
Excel.ApplicationClass.
Has anyone else had this problem and if so how did you fix it?
Thanks.