T
terrysoper1973
When I use "vbcr" in trying to display text in text boxes and cells
Instead of my text being moved to the next line, the carriage retur
symbol is printed and I have only one continous line. Here is sampl
code of what I tried:
msg = worksheets("sheet1").range("a3")
worksheets("sheet2").range("c7") = msg + vbcr + "Balance sheet"
I'm attempting to move whats in "a3 sheet1" to "c7 sheet2" and add
line under that says "balance sheet"
Please help
Thanks
Terr
Instead of my text being moved to the next line, the carriage retur
symbol is printed and I have only one continous line. Here is sampl
code of what I tried:
msg = worksheets("sheet1").range("a3")
worksheets("sheet2").range("c7") = msg + vbcr + "Balance sheet"
I'm attempting to move whats in "a3 sheet1" to "c7 sheet2" and add
line under that says "balance sheet"
Please help
Thanks
Terr