Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

creating input cells in excel

Status
Not open for further replies.

Pekka

Technical User
Mar 19, 2002
107
FI
Hi there,
I wonder if it's possible to create after update event for cell in Excel. What I mean is: if I enter something in cell A1 after that cursor goes to cell D4 and so on.

Best regards
 
You can do this by protecting the cells.

1. Select the cells you want to enter data into
2. Select "Format", "Cells", "Protection"
3. Remove the tick for "Locked"

Now you need to protect the sheet.

1. Select "Tools", "Protection", "Protect Sheet"
2. Enter and confirm a password if you want - this is optional
3. Select OK

Now when you use your Tab key (not Enter) to move to the next cell, your cursor jumps to the next unlocked cell.
 
Yes, I know that method but many users use enter key to put value to cell. I think I use your method + I put some code to worksheet_activate to automatically select the input cells and then it's no matter to use enter or tab.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top