"Tab Order for Specific Fields"

  • Thread starter Thread starter Bernardo Zavala
  • Start date Start date
B

Bernardo Zavala

Is there a way to select specific fields, that once an
item is entered in that specific field it would select a
another specific field? I hope this make sense.
Thanks
 
You could do this with an event macro. But if there are many of these, maybe you should think in
terms of using a data entry form, either the built-in one, or a custom form.
 
Bernardo

If you unlock the cells they will be selected with the tab key. Remember
protection is a two-stage process in XL. Highlight the cells to unlock
(Ctrl+Click), go to Format>cells.Protection and uncheck 'locked' now protect
the sheet Tools>protection>protect sheet...

Now if you press tab it will iterate only on the unlocked cells. (And enter
for that matter)
 
Back
Top