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.
Tom Ogilvy - 22 Mar 2006 20:00 GMT
If it is a true combobox, you could have your macro give it the value "Search
. . ."

Signature
Regards,
Tom Ogilvy
> 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.