Cell versus Row
I have a grid with a Find function and when there is a match, I set the color of the cell to be red (from white). I also have a reset function that is suppose to make the cell white again. I originally thought that I could reset the grid color by using the row property and setting the color to white but it doesn't work. I assume because the row property will not override the cell property. I currently have it working by nesting two loops (cell, row) and I set each cell to white. I think this is a bug, should row property work or not?
ShepherdOwner
February 9,