J
JEB
I have a spreadsheet on which I want to change the background color of the
cell when the user clicks on it. Ex.
If (selection).interior.colorindex = 0 then
(selection).interior.colorindex = 4
else
(selection.interior.colorindex = 0
end if.
Basically I want to toggle the color between green and white for a give
range of cells. How do I do it?
Thank you all in advance.
JB
cell when the user clicks on it. Ex.
If (selection).interior.colorindex = 0 then
(selection).interior.colorindex = 4
else
(selection.interior.colorindex = 0
end if.
Basically I want to toggle the color between green and white for a give
range of cells. How do I do it?
Thank you all in advance.
JB