Would anyone know how to include merged cells into this clear?
I need to clear all unprotected cells in a worksheet. (if you have something that already works would you share?)
Sub cleartestall() Dim r As Range, rcleara As Range
Set rclear = Nothing
For Each r In...