Sorry, but there are no more tags available to filter with.
-
Prasanna, When we develop .NET solutions (VB or C#) that target Excel the CLR needs to communicate with Excel through an interop layer (PIA - Primarily Interop Assembly). The PIAs are version specific, i e Excel 2003 has its own PIAs which also Excel 2007 has. The CLR can only handle one version of the...
-
Prasanna I only have Excel 2000 and 2007 on my machine, but I can't imagine it's any different for 2003. What I did is associated my xls, xla, xlt (old type file extensions) with 2007. That way, 2007 is my 'favoured' version and for the very odd occasion I need to open a file in 2000...