Hello all,
I am trying to clear only the numeric values from column E.
With my little knowledge (and help from google) I have created this
Sub ClearContentsITEMS()
ActiveSheet.Range("E1", Range("E" & Columns("E").SpecialCells(xlCellTypeConstants, xlNumbers).Row)).ClearContents
MsgBox...