I am now supporting an application written in C# that integrates with Microsoft Excel.
This all works well - unfortunately I'm in a situation where I have a number of machines - some with MS Excel 97 and others with MS Excel XP.
Which is giving me something of an issue when I'm compiling on different machines.
The '.Save()' method takes a number of different parameters and the '.Value' property is not recognised on XP.
Is there any global methods I can be making use of to save me having to effectively maintain 2 copies of the same code ?
Any help here would be appreciated.
Thanks in advance,
Steve
This all works well - unfortunately I'm in a situation where I have a number of machines - some with MS Excel 97 and others with MS Excel XP.
Which is giving me something of an issue when I'm compiling on different machines.
The '.Save()' method takes a number of different parameters and the '.Value' property is not recognised on XP.
Is there any global methods I can be making use of to save me having to effectively maintain 2 copies of the same code ?
Any help here would be appreciated.
Thanks in advance,
Steve