error with excel

pavansagar

Member
Joined
Jan 11, 2006
Messages
8
Programming Experience
Beginner
I added the references Excel 11.0 and microsoft office 11.0. here I am declaring as 'dim wb as new excel.workbook'.

when I debugged this I am getting the strange error message as
"COM object with CLSID {00020819-0000-0000-C000-000000000046} is either not valid or not registered."

what does that mean?Also I didn't get the option 'activecell.interior.color'. It is 'worksheetobject.cells(rowindex,columnindex).interior.color' in my aplication.
 
Back
Top