Finding ASCII value of a character

  • Thread starter Thread starter mario
  • Start date Start date
M

mario

What is the function to find the ASCII value for a
character in ACCESS like 'A' is 65/63 or what ever

Please help

thanks
mario
 
Mario

This is an Excel News Group. Are you sure you're in the right place?

If Excel you can enter this formula in A1 and drag/copy down column A to row
255.

=CHAR(ROW())

Change the Font Format for that column to various fonts to see characters
associated with a number.

Gord Dibben Excel MVP
 
Gord Dibben said:
Mario

This is an Excel News Group. Are you sure you're in the right place?

If Excel you can enter this formula in A1 and drag/copy down column A to row
255.

The reverse, finding the code to insert a character, can be done in later
versions of Excel by using Insert Character. As I mentioned a few hours ago,
Insert Character can be used in Word in some earlier versions where it is
not available for Excel. if you do not have a tabulation of the codes.
 
Back
Top