Thread: add-in?
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Steph[_3_] Steph[_3_] is offline
external usenet poster
 
Posts: 312
Default add-in?

Hi Frank. Thanks for the response....but what code?

"Frank Kabel" wrote in message
...
Hi
put this code in the workbook_open event of your addin file. This way
the code gets started then installing the addin

--
Regards
Frank Kabel
Frankfurt, Germany


Steph wrote:
Hi. I was trying to create a file that I could send out to a
department that would be a sort of add-in (probably a bad choice of
words). Basically, I want the receiver to double click on the file,
and have it automatically create a new menu button, and under that a
custom menu item, and finally assign a macro to the new menu item. I
can do it manually, but can it be done in code in such a way the file
auto-installs the menu item? Thanks!