I cannot figure out how to allow editing in a combobox. I
thought if the locked property is set to False that this
would be sufficient. But it seems that if the listindex
is set to 0 (for instance) and that items in the index
already contains text that that text cannot be edited.
How do I ensure that it can be?
Thanks for any help.
Hi Rem,
You can read the Text property of a Combobox, will will give you what thr
user has typed. if you want that to go back into the list, then you have to
assign that string back into the appropriate item in the List property.

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
>I cannot figure out how to allow editing in a combobox. I
> thought if the locked property is set to False that this
[quoted text clipped - 4 lines]
>
> Thanks for any help.