Hi all, I want to clear a dynamic range of non-contiguous cells. The code I'm using (or trying to use :() is:
Dim sht1 As Worksheet
Dim LastRowWS1 As Long
Dim nRange As Range
Set sht1 = Sheets("Data")
LastRowWS1 = sht1.Cells.Find("*", searchorder:=xlByRows...