tags:

views:

15

answers:

0

Hello,

I have a small program that uses reflection to work with excel. This line of code is working fine with excel 2003, but not with 2007. Any ideas?

Type objClassType = Type.GetTypeFromProgID("Excel.Application"); 

TY