Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Bobbin
 
Posts: n/a
Default List of validation codes

I want to allow entries that are in the form DR9090, where the D can be
replaced by any letter, the R must always be an R and the other four must be
digits (not spaces) and all six are required (In access the input mask
equivalent is L"R"0000). In older versions of Excel (I use 2003) there used
to be a list of codes (e.g. #, ? etc) and what they mean, but i can't find it
in this version. I am not able to download example files because of internet
permissions, but I'd really like to know if there's a list somewhere of all
the available codes that i could use, and if not, what the formula should be
for this particular validation.

I will need to do the same to mirror the Access input mask LL??"-"000

thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jim Cone
 
Posts: n/a
Default List of validation codes

B,

I believe you are looking for 'Character Codes'.
In Excel 97 vba help that is what they are called.
In XL 2002 you must look for 'Character Set' in vba help.
Try that in XL2003 (or some variation of it)

If you are not writing code then use the Char function for numbers 1 to 255
to get your list....

=CHAR(65) Displays the 65 character in the set (A)

Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



"Bobbin"
wrote in message

I want to allow entries that are in the form DR9090, where the D can be
replaced by any letter, the R must always be an R and the other four must be
digits (not spaces) and all six are required (In access the input mask
equivalent is L"R"0000). In older versions of Excel (I use 2003) there used
to be a list of codes (e.g. #, ? etc) and what they mean, but i can't find it
in this version. I am not able to download example files because of internet
permissions, but I'd really like to know if there's a list somewhere of all
the available codes that i could use, and if not, what the formula should be
for this particular validation.

I will need to do the same to mirror the Access input mask LL??"-"000

thanks!
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dependent List (via Data Validation) Error Dezdan Excel Worksheet Functions 2 December 2nd 05 12:33 AM
Expanding Data validation from List mark hansen Excel Discussion (Misc queries) 2 September 4th 05 01:39 AM
How to create a Sub validation list in excel? Simon Excel Discussion (Misc queries) 1 July 13th 05 10:31 AM
named range, data validation: list non-selected items, and new added items KR Excel Discussion (Misc queries) 1 June 24th 05 05:21 AM
Validation - List - Separate Worksheet J. Osborne Excel Worksheet Functions 1 October 28th 04 04:23 PM


All times are GMT +1. The time now is 07:11 PM.

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

About Us

"It's about Microsoft Excel"