Lord Zarm
August 21st, 2002, 01:49 PM
I need to create an NewLine
strX = "El Requerimento = " & FOL
strX = strX & "Status Inicial " & STATOLD
strX = strX & "Status Nuevo " & STAT
I need to somehow have each of these be a seperate line right now they are on then same line.
vbNewLine doesnt work
strX = "El Requerimento = " & FOL
strX = strX & "Status Inicial " & STATOLD
strX = strX & "Status Nuevo " & STAT
I need to somehow have each of these be a seperate line right now they are on then same line.
vbNewLine doesnt work