Hi
I have this piece of code which won't work but I basically want to reference the table and clear databody range except formulas?
any advice appreciated
Many thanks
I have this piece of code which won't work but I basically want to reference the table and clear databody range except formulas?
Code:
With Sheets("CC Reconfiguration Data")
.Range("B3").ListObject.DataBodyRange.SpecialCells _
(xlCellTypeConstants, 23).ClearContents
End With
any advice appreciated
Many thanks