Tab key

  • Thread starter Thread starter mireillea
  • Start date Start date
M

mireillea

Hi,
How to move 2 cells to the right by pressing the Tab key.
Thanks
 
press the tab key twice!

funny! and certainly the quickest to implement.

If the poster wants to prevent someone from typing
into a column accidentally they could leave such columns
protected, unprotect the others, and use sheet protection.

Another solution would be to use an Event macro to
move the active cell one to the right after activating a cell in
the column to be skipped over, or to move the active cell two cells to
the right after changing a cell in a particular column.
http://www.mvps.org/dmcritchie/excel/event.htm
 

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

Similar Threads

Windows 10 Itunes/TabKey 0
excel date ? 1
Excel Move or Copy Stopped Working? 0
Datagridview Keydown 0
Excel 2002 - Arrow Keys not working correctly 3
blocked cells 3
VBA to move from one cell to another cell 6
unable to add row to Excel 2007 TABLE 3

Back
Top