tranpkp,
I have just tested:
Cells(6, 5).Interior.Color = RGB(255, 255, 255)
Cells(3, 1).Interior.ColorIndex = 0
Both set the corlor to white. However, in the first case, the border of cells(6,5) is losted while in the second one the border still there.