Posted to microsoft.public.vstudio.general,microsoft.public.dotnet.framework.interop,microsoft.public.dotnet.general,microsoft.public.office.misc,microsoft.public.excel.programming
|
|
How do I access different versions of Excel from one .NET executable?
Usually it is most easy to install the earliest version of excel you want to
use on the development machine. Then reference that version instead in your
project.
You might be able to install them side by side so no need to uninstall 2007.
|