View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default ListBox/ComboBox Acting as Macro/Hyperlink Tool

Phil,
You have the _Click and _Change events for these controls where you can run
whatever code you require.

NickHK

"Phil H" wrote in message
...
Is it possible have a List Box or Combo Box act as a macro and/or

hyperlink
tool, such that when the user highlights one of the choices and clicks on

it,
the selected text appears in the LB or CB, and the macro or hyperlink is
executed?