R
Rob
I would like to know how to use a single With statement to apply to about 15
sheets
The statement for one sheet is.....
With Sheet5
.EnableSelection = xlUnlockedCells
.ScrollArea = "A1:J75"
.protect
End With
Rob
sheets
The statement for one sheet is.....
With Sheet5
.EnableSelection = xlUnlockedCells
.ScrollArea = "A1:J75"
.protect
End With
Rob