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 return symbol is printed and I have only one continous line. Here is sample 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 a line under that says "balance sheet"

Please help

Thanks
Terry