I currently have:
Range(\"Z1\").Interior.Color = RGB(255, 255, 255)
But this wipes out the borders of the cells. Instead I\'d just like to
Range("Z1").Interior.ColorIndex = xlNone