View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ross Culver[_3_] Ross Culver[_3_] is offline
external usenet poster
 
Posts: 7
Default Excel 2k7 VSTO Addin

Has anyone ever successfully deployed an Addin built in VS2K5 for Excel 2007
addin? I'm beginning to wonder if it's even possible.

I've created several application-level addins that add tabs and groups to
the ribbon. Of course, they all work on the development computer (Vista).
I've created a setup project that adds the necessary registry entries (as
per Misha Shneerson's posting). After running the setup the addin appears
in the list of addins (Excel options) but will not load on startup even
though it is set to do so (LoadBehavior = 3).

Does anyone have a clue why these addin's won't run?

Thanks.

Ross