jrice174
Civil/Environmental
- Nov 8, 2004
- 129
I have an automated Word document that looks to an Excel file where I am saving lines of text. I use strVariable = ExcelSheet.Cells(i, 2) to get the text in the file but it doesn't see the carriage returns. I've tried vbCr and vbLf and Chr$(10) but nothing seems to work. I have
"this bit is text" & CHR$(13) & "this bit is more text"
but it doesn't create the line feeds for some reason. Any suggestions?
"this bit is text" & CHR$(13) & "this bit is more text"
but it doesn't create the line feeds for some reason. Any suggestions?