Thread: all chr()
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Alan Beban[_2_] Alan Beban[_2_] is offline
external usenet poster
 
Posts: 783
Default all chr()

Alvin Hansen wrote:

Hi!!
Where can i see all chr() codes
I know chr(13) is a new line

Best regards
Alvin

In Cell A1 of a blank sheet enter =CHAR(ROW(A1)) and fill down.

Alan Beban