R
Rob
Could someone please provide some VBA code that will delete all cell
contents for all the unlocked cells in a sheet?
Rob
contents for all the unlocked cells in a sheet?
Rob
Dave Peterson said:Change this:
For Each r In Selection
to
For Each r In activesheet.range("a5:g200").cells