View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mousam Mousam is offline
external usenet poster
 
Posts: 9
Default List box in tool bar

Hi All,
I was wondering if following is possible in a XLL using Excel C
API?

1.) I want to add a tool bar using Excel C API which contains a list
box. List box must be having some predifned values say "Item1",
"Item2", "Item3", "Item4" etc...
2.) Whenever user chooses something from this list box, value of that
item should be displayed in the message box(alert). e.g. if user
chooses "Item2" from list box
then a message box should display to the user saying "You have
choosen item2 from list box".

Is it possible in XLL using Excel C API, if yes how can we do it?

Thanks & Regards,
Mousam Dubey