
Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
Do you mean like a me.hide command, i think it is my only hope sounds
like a great idea, thank you!
> You could probably superimpose a label over the combobox with the word that
> you want in that colour and have the Click event of the combobox hide the
[quoted text clipped - 30 lines]
> >
> > End Sub
Doug Robbins - Word MVP - 19 Dec 2006 04:49 GMT
The label control will have a name by default, but I suggest that you give
it a meaningful one. Assuming however that the name is Label1, the you
would use
Label1.Visible = False
to hide it.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Do you mean like a me.hide command, i think it is my only hope sounds
> like a great idea, thank you!
[quoted text clipped - 34 lines]
>> >
>> > End Sub