-
Hello all, I have written a VSTO add-in for Excel 2003/2007, which works great on a machine where the .NET framework 3.5 is deployed. Unfortunately, one of the users works in an IT-restrictive company, which has "not tested" the 3.5 framework, and is reluctant to install it. I tried to rebuild...
-
Greetings. This is not a question, but relates to my (successful!?) experience creating and installing an Excel add-in using VSTO, VS2005 Professional, VSTO 2005 SE for Windows XP and Office 2003 for multiple users. While this may be old news to some people, I haven't come across 'plain English'...
-
Hello once again. It seems that every step of the development cycle of my project ends up as a post here ;) I'm at the distribution part of the development of my code. I have debugged and tested on my development machine and I am satisfied that there are no bugs preventing me from releasing a 'beta'...
-
Hello Nick and Dennis. Firstly, thank you for your replies. I am using VSTO Second Edition. Using the Try ... Catch ... End Try no errors reported, but 2 forms still showed. I am getting the 'error' in Excel 2003 and Excel 2007 Stepping through the code did not highlight anywhere that two forms...