View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
fbhcah fbhcah is offline
external usenet poster
 
Posts: 1
Default Counting number of lines in a CELL

Hi,

I have a cell which has a number of lines within it. I want the number of lines it has to come into another cell. Is there any formula or macro for that?

Eg:
A1 content is:
first line
second line
thrid line
Once I use the formula/macro, say A2 will have value 3.

Thanks a lot,
fbhcah