I have written code to color the grid cell yellow to highlight that the data has changed, however once the form is closed or refreshed the cell color goes back to default. How can i store the cell color before the form closes for each cell, preferably without running a loop procedure for every cell which will increase shutdown time, but preferably at the time when the cellcolor is changed.