View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Susan W Susan W is offline
external usenet poster
 
Posts: 1
Default Need to insert line-feed in Excel concatenation (VB)

I want to concatenate values from multiple cells into one cell. I want a
line-feed separating the values in the combined cell. I tried using the
ASCII character code (10 for linefeed, 13 for carriage return), but its not
working the way I did it.

Any help is greatly appreciated.