View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Confused at Work Confused at Work is offline
external usenet poster
 
Posts: 26
Default Tabbing through Protected Sheet

Just windering if there is a way to tab through a locked sheet. I have many
unlocked cells, that i need access to, but the problem is I need them in a
specific order, for example, right now its,

a1 - tab b1 tab c1

Where i Need it a1 tab c3 tab b2

Didnt know if there was a way or not.


THanks.