I am using the code below to clear cells when I run Macro. The problem my sheet is very long for example. I am clearing every 4 cell in column C starting at C5 and finishing at C1653. Is there a quicker way of doing this code?
Sub Clearrange(sRange As String, sWorksheet As String)...