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
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