View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
Fester Bestertester Fester Bestertester is offline
external usenet poster
 
Posts: 8
Default Distributing A Custom Menu

Dave Peterson wrote:
You can toggle the workbook from addin to not-addin via:

Inside the VBE
select the ThisWorkbook module of your project
Hit F4 to see the properties
Look for IsAddin
and toggle true/false to what you need.


Ahh, so, very cool. Just goes to show...I've written lots of Access VB
and lots of VB and ASP.NET, but Excel programming is still a different
planet for me...maybe I should get a book while I can still get books
for Office 2K3. I hear 2K7 is all xml based, so it's a whole different
ball of wax and you can't really distribute a menu this way any more...