concatenate then carriage return

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top