G
gravesen
HI I have a combobox that looks like this:
Private Sub UserForm_Initialize()
With cboProgram
.AddItem "This is the label1"
.AddItem "This is the label2"
.AddItem "This is the label3"
.AddItem "This is the label4"
End With
End Sub
I would like to insert this in the document but also add a comment t
this sentence when you roll over the sentence. If for example I choos
the first chooice the sentence This is the label1 is inserted. I woul
like to have a little comments to this one if I hold the mouse over th
sentence.
Any one have a good idea
Thanks a lot
Lars Gravese
Private Sub UserForm_Initialize()
With cboProgram
.AddItem "This is the label1"
.AddItem "This is the label2"
.AddItem "This is the label3"
.AddItem "This is the label4"
End With
End Sub
I would like to insert this in the document but also add a comment t
this sentence when you roll over the sentence. If for example I choos
the first chooice the sentence This is the label1 is inserted. I woul
like to have a little comments to this one if I hold the mouse over th
sentence.
Any one have a good idea
Thanks a lot
Lars Gravese