You use =char(10) in a cell on the worksheet.
chr(10) is for VBA.
=A1&Char(10)&A2&Char(10)&A3
"karlo <" wrote:
hmmm... i already tried Chr(10) even before but it doesnt seem to work.
Im using Excel 2000. would that be a problem?
Are there other workarounds?
---
Message posted from http://www.ExcelForum.com/
--
Dave Peterson