View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default msgbox prompt when user selects data from combo box

Use the click event of the combobox if it is from the Control Toolbox
toolbar.

Regards,
Tom Ogilvy


"tjb" wrote in message
...
When a user selects data from a combo box, how can I have
a message box prompt or User Form pop up?

Once again I know this is an easy one but I'm still
learning VBA!