View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
terrysoper1973 terrysoper1973 is offline
external usenet poster
 
Posts: 1
Default Having trouble with "vbcr"


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

--
terrysoper197
-----------------------------------------------------------------------
terrysoper1973's Profile: http://www.excelforum.com/member.php...fo&userid=3016
View this thread: http://www.excelforum.com/showthread.php?threadid=49843