assign cell selection order in protected Excel worksheet

J

JulieD

Hi

by default cell selection order is from top left to bottom right in a
protected sheet. AFAIK the only way to change this would be to write code
against the Worksheet_Change event which checks to see which cell you're in
an moves you to another cell.
 
Top