doa_aoa
07-18-2003, 06:00 PM
im currently implementing vbasic into a
microsoft word document and i need some help
with text boxes...
is there any way to add multiple text from different sources into the same text box
i dunno how to explain...hmmm
the current code im using is
If ComboBox2.ListIndex = 2 Then
TextBox1.Value = " (text)"
End If
and then....
If ComboBox21.ListIndex = 1 Then
TextBox1.Value = "(Text)"
End If
but each time i tried the entire text box gets cleared and just that data is placed into it and all the other text gets cleared
any help is greatly appreciated
thanks :D
microsoft word document and i need some help
with text boxes...
is there any way to add multiple text from different sources into the same text box
i dunno how to explain...hmmm
the current code im using is
If ComboBox2.ListIndex = 2 Then
TextBox1.Value = " (text)"
End If
and then....
If ComboBox21.ListIndex = 1 Then
TextBox1.Value = "(Text)"
End If
but each time i tried the entire text box gets cleared and just that data is placed into it and all the other text gets cleared
any help is greatly appreciated
thanks :D