View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Combo box: Viewable Title

If it is a true combobox, you could have your macro give it the value "Search
.. . ."

--
Regards,
Tom Ogilvy


" wrote:

Is there anyway to control what's diplayed in the combobox while not
selected? Example. A search combo would display "Search..." until it
gets activated, which it would then drop down the selectable values.

Thanks.