#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 209
Default all chr()

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

Best regards
Alvin

  #2   Report Post  
Posted to microsoft.public.excel.programming
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
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 109
Default all chr()

Hi Alvin

Use Google to search for
ASCII table

--
Best Regards
Leo Heuser

Followup to newsgroup only please.

"Alvin Hansen" skrev i en meddelelse
...
Hi!!
Where can i see all chr() codes
I know chr(13) is a new line

Best regards
Alvin



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 209
Default all chr()

Tanks
Regrads
alvin


"Leo Heuser" skrev:

Hi Alvin

Use Google to search for
ASCII table

--
Best Regards
Leo Heuser

Followup to newsgroup only please.

"Alvin Hansen" skrev i en meddelelse
...
Hi!!
Where can i see all chr() codes
I know chr(13) is a new line

Best regards
Alvin




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 691
Default all chr()

Hi Alvin,
Actually Chr(13) is a CR (Carriage Return),
Chr(10) is a LF (Line Feed), and
Chr(9) is TAB

CRLF is how you went to the beginning of a line and then started
a new line on a teletype.

Excel uses Chr(10) and ignores Chr(13) as far as doing
anything.

For more information on symbols, and ASCII (and EBCDIC) codes see
Symbols for HTML and Excel use
http://www.mvps.org/dmcritchie/rexx/htm/symbols.htm

For a the characters you get in with Arial, wingdings, and webdings, see
Font Tables as Rendered by your browser
http://www.mvps.org/dmcritchie/rexx/htm/fonts.htm
as rendered by your browser, hopefully that will be the same as
in your Excel. You will have to use Internet Explorer for this as
Firefox, Mozilla, Netscape, and Opera do not recognize wingdings
and webdings (unless you modify them to recognize these fonts).

If you are having trouble with CHR(13) codes in your Excel data and
want to remove along with leading and trailing spaces see
http://www.mvps.org/dmcritchie/excel/join.htm#trimall

Note there is a difference between the TRIM Worksheet Function
and the VBA with regard to consecutive internal spaces.
Excel will reduce internal spaces, VBA will not.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Alvin Hansen" wrote in message ...
Hi!!
Where can i see all chr() codes
I know chr(13) is a new line

Best regards
Alvin





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 109
Default all chr()


"Alvin Hansen" skrev i en meddelelse
...
Tanks
Regrads
alvin

You're welcome :-)

LeoH


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 03:06 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"