View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
steve steve is offline
external usenet poster
 
Posts: 576
Default Excel Addin with drop-down menu

Aparna,

An Addin is just an xxx.xls saved as a xxx.xla
So if you can make it work from a standard workbook,
save the workbook as an .xla and it should work.

Just remember that the addin is "hidden" and can't be selected or activated.

steve

"Aparna Rege" wrote in message
...
Hi,
I am not too familiar with Excel addins. Is it possible to create an addin
that would have a drop down menu and different actions take place

depending
on the selection of the menu item?

Thanks,
Aparna Rege