The following VBA code clear cells contents and cells boarder's as well!
How it can be modified please to clear cells contents only?
Sub Clearcells()
'Updateby Extendoffice 20161008
Range("D3", "D4").Clear
Range("E3", "E4").Clear
Range("D6").Clear
Range("D8").Clear
Range("D10").Clear
End Sub
Bookmarks