M
Mike
Hey guys! Is there anyway to concatenate then do a carriage return in a list
box?
I'm trying to piece multiple pieces of text together and put it into a list
box.
I'm trying to get my listbox to look like this
Number One
Number Two
so on...
For example:
Dim tDesc As String
If oTop = "Number One" Then
tDesc = tDesc & "Number One"
End If
If sTopp = "Number Two" Then
tDesc = tDesc & "Number Two"
End If
Thanks for any help or recomendations!!
Mike
box?
I'm trying to piece multiple pieces of text together and put it into a list
box.
I'm trying to get my listbox to look like this
Number One
Number Two
so on...
For example:
Dim tDesc As String
If oTop = "Number One" Then
tDesc = tDesc & "Number One"
End If
If sTopp = "Number Two" Then
tDesc = tDesc & "Number Two"
End If
Thanks for any help or recomendations!!
Mike