Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Limit the input in a cell to a single character

I am using an Excel spreadsheet as an input form for keying. Is there a way
to limit the input to a single character per unlocked cell and then have the
cursor move to the next unlocked cell?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default Limit the input in a cell to a single character

No there is no way to get XL to limit the inputs to a single character.
Macro's don't run wheil you are in edit mode and there is nothing built in
that performs that function... Best option is probably to use Tab/Enter to
move the cell.
--
HTH...

Jim Thomlinson


"elevinson" wrote:

I am using an Excel spreadsheet as an input form for keying. Is there a way
to limit the input to a single character per unlocked cell and then have the
cursor move to the next unlocked cell?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,489
Default Limit the input in a cell to a single character

Hi,

You can limit the input but it will only check the length when you try
and move to the next cell.

See Debra's page on data validation, specifically the Text Length example.
http://www.contextures.com/xlDataVal06.html

Cheers
Andy

elevinson wrote:
I am using an Excel spreadsheet as an input form for keying. Is there a way
to limit the input to a single character per unlocked cell and then have the
cursor move to the next unlocked cell?

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 133
Default Limit the input in a cell to a single character

You can limit entry to a single character using Data Validation. Use
Text Length validation setting the length = 1 to accept any single
character. Or create a list of the single characters that you want to
accept as inputs and validate to the list.

SteveM


On Nov 2, 2:56 pm, elevinson
wrote:
I am using an Excel spreadsheet as an input form for keying. Is there a way
to limit the input to a single character per unlocked cell and then have the
cursor move to the next unlocked cell?



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
cell character limit keenah Excel Discussion (Misc queries) 8 November 24th 09 05:58 PM
Is there a character limit within a cell? Allyson Excel Discussion (Misc queries) 1 September 14th 06 02:02 AM
Character limit per cell BrianR Excel Discussion (Misc queries) 3 May 19th 05 04:50 PM
Cell 255 character limit & VBA JEff Excel Programming 0 February 10th 05 06:35 PM
Limit character input Mike[_37_] Excel Programming 2 August 13th 03 08:18 PM


All times are GMT +1. The time now is 10:15 PM.

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"