Hello everybody,
I would like to create a combo box in Word and depending on the value of the combo box (A, B, or C) that the text associated with the value displays on the word. (or excel 2010 but I would prefer Word 2010 if possible)
For exemple I named my combo box "Choice" and inside there is A, B and C
If I choose A I want to have a text poping "aaaaaa" , If I choose B I would like to see "bbbbb" ...
I tried to do something in VBA but I am not a master so I can't reach the solution :
Sub Choice()
If combobox1.Text.contains("A") Then
Print/displays ????
End Sub
Thank you in advance for your help
I would like to create a combo box in Word and depending on the value of the combo box (A, B, or C) that the text associated with the value displays on the word. (or excel 2010 but I would prefer Word 2010 if possible)
For exemple I named my combo box "Choice" and inside there is A, B and C
If I choose A I want to have a text poping "aaaaaa" , If I choose B I would like to see "bbbbb" ...
I tried to do something in VBA but I am not a master so I can't reach the solution :
Sub Choice()
If combobox1.Text.contains("A") Then
Print/displays ????
End Sub
Thank you in advance for your help