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
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