View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Michael Malinsky[_2_] Michael Malinsky[_2_] is offline
external usenet poster
 
Posts: 32
Default Create/Remove Custom Menu Items from Add-in

Thanks, Rob. I used the Auto_Open/Auto_Close procedures. I did change
my code to use the Workbook_AddinInstall/Workbook_AddinUninstall, but
when I unselected the add-in from ToolsAdd-ins, nothing happened
unless I did something wrong. Now, with the Auto_Open/Auto_Close, the
menu items appears/disappears as I was hoping I could do.

Thanks again,
Mike.