View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
extrapulp extrapulp is offline
external usenet poster
 
Posts: 1
Default Cells.Interior.Color question

I have successfully used the Cells.Interior.Color = X but in certain cases I
want to undo the change. I have tried Cells.Interior.Color = vbWhite but then
the cell border is gone.

Is there a way to set the color back to white (or automatic) and have the
cell borders show back up?

Thanks