starting Word with CustomDocumentProperties

L

LME

I have a combobox and have saved the selection when closing (saving) the
document. I've used the following code in the Document_Open Event.
Set oProp = Me.CustomDocumentProperties.Item("SelColor")

The combobox opens but displays the number of the array rather than the text
selected. How can I display the text in the combobox rather than the value?

Any advice is appreciated.

Lar
 
J

Jonathan West

Hi lar,

Could you explain in a bit more detail what you are trying to achieve?
Forget about the code for the moment, just explain the effect you are
wanting.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top