I have a Toggle Button, linked to C1, which returns a TRUE/FALSE.
What I want to do is change the font formatting of a <Text Range>, based upon the result in C1
If C1=FALSE, then <Text Range> displays in the default font (Arial, 10), but
If C1=TRUE, the <Text Range> displays in (Times Roman, 12)...