Cell Limits & Moving to Next Cell

  • Thread starter Thread starter SieversEQ
  • Start date Start date
S

SieversEQ

I'm looking to format some cells to only allow one character per cell. After
the character has been typed in the cell, I would like it to automaticallygo
to the next blank cell without hitting enter or tab.
 
Do you want to go to the next blank cell to the right or downward?
 
You can't do this directly in XL - macros are disabled when in Edit
mode, so there's no way to intercept a single character without exiting
that mode (via Enter, Tab, an arrow key, a mouse click, etc).

In any case, formatting doesn't affect cell values or how input is
handled (other than that setting format to Text bypasses XL's input
parser).

You might consider a Userform instead...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top