G
Guest
I'm going to attempt this, but just in case someone has already done it can
save me the trouble...
I have a listbox that has 2 types of results -
Rows where a checkbox called "done" is either
checked or
unchecked
I'd like to color the checked rows "Blue"
and the unchecked rows as "red"
The trouble that I am forseeing with it is that you have to actually select
a row for a current event to fire, and if you write code for each instance of
the checkbox, the formatting will be cancelled out.
I'd like the rows to stay their respective colors everytime the form is
opened.
Thanks in advance!
save me the trouble...
I have a listbox that has 2 types of results -
Rows where a checkbox called "done" is either
checked or
unchecked
I'd like to color the checked rows "Blue"
and the unchecked rows as "red"
The trouble that I am forseeing with it is that you have to actually select
a row for a current event to fire, and if you write code for each instance of
the checkbox, the formatting will be cancelled out.
I'd like the rows to stay their respective colors everytime the form is
opened.
Thanks in advance!