Tab/Enter

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've developed a spreadsheet, using macros and data validation, to be filled
out by the user as a form . Now my boss wants me to set it up so that the
user can jump from field to field by pressing tab or enter. By default it
just moves to the next cell. Is there any easier way of doing this other
than a bunch of Deactivate event code?
 
lock all cells (formt=>Cells=>Protection tab), Unlock the cells you want
accessible. Set the Enable Selection property to Unlocked cells only.
Protect the sheet under the Tools=>Protect menu.

That would be a good start.
 

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