S
snafu
I have a form which is designed to examine data line by line, and
reformats the data after a user double checks it for correctness. I
want to make it a bit easier for the user to quickly see which options
are selected. Is there a universal way to have any change in the form
which relates to OptionButtons state being either 'true' or 'false' to
trigger a change to .Background for that OptionButton.
I've started with a series of _Click() commands and _Initialize(),
however I'd like to avoid having to name each function individually.
Thanks.
reformats the data after a user double checks it for correctness. I
want to make it a bit easier for the user to quickly see which options
are selected. Is there a universal way to have any change in the form
which relates to OptionButtons state being either 'true' or 'false' to
trigger a change to .Background for that OptionButton.
I've started with a series of _Click() commands and _Initialize(),
however I'd like to avoid having to name each function individually.
Thanks.