I have the following code in a worksheet:

Sub CLEAR_DATA()

Range("OT_Hours").Clear

End Sub
Is there any way of clearing the data in the range, but for it to not remove the Cell Borders?