I am trying to remove color from cells, but not data in cells. I have tried these 2 methods:
Sheets("Output").Range("B3:ka200").Clear
Sheets("Output").Range("B3:ka200").ClearContents
but both delete data. I need a method that will preserve the data and remove the formatting.
source
to share