control a sub/function via a dropdown menu

  • Thread starter Thread starter daMike
  • Start date Start date
D

daMike

Hello,

I have a dropdown menu on a chart. What must I do to control
a sub/function depending on the selection of the dropdown menu.
To make it clear .. every time I make a selection on the dropdown
menu a function should be executed. Hope somebody can help me!

Thanks in advance!
daMike
 
Mike -

The dropdown is a Forms Toolbar dropdown, so you can right click on it
to assign a macro. Also, you can link it to a cell, and the cell holds
the index of the selected item. So your macro can check the index, then
perform the appropriate actions.

- Jon
 
Back
Top