I am using C# in microsoft visual studuo 2008. have been succesfully interfacing with excel 2003 via the use of
using Excel = Microsoft.Office.Interop.Excel;
and of course the common commands.
now my work suddently decided that all computers need to be updated to office 2010 package. and i now get a error message:
The type or namespace name 'Office' does not exist in namespace 'Microsoft' (are you missing a namespace reference?)
when i start typing in "Microsoft." in the code i get options of what can come next, "Office" is not included there. what do i need to change in my code to make everything work again with office 2010?
Thanks for your assistance