M
marc
I have constructed a form that has 8 alternatives:
4 radio buttons (i.e., insert row above or below,
or insert column to the right or to the left); &
4 text boxes
(i.e., insert (how many) rows above or below, &
insert (how many) columns to the rigth or left,
And an OK button and a Cancel button.
I can't figure out how to set the radio buttons (& the
text boxes) so that choosing one radio button (or
inserting a 1 or 2 digit number in a text box) will
grey out & assign null values (or something like
that) to any buttons (or text boxes) that
previously contained values.
Drop-down form fields have options that allow the
user to trigger a macro on exit. I wish that text
boxes and radio buttons had such an option, because
I would use the "trigger macro on exit" to somehow
grey out & assign null values (or something like
that) to any buttons (or text boxes) that
previously contained values.
4 radio buttons (i.e., insert row above or below,
or insert column to the right or to the left); &
4 text boxes
(i.e., insert (how many) rows above or below, &
insert (how many) columns to the rigth or left,
And an OK button and a Cancel button.
I can't figure out how to set the radio buttons (& the
text boxes) so that choosing one radio button (or
inserting a 1 or 2 digit number in a text box) will
grey out & assign null values (or something like
that) to any buttons (or text boxes) that
previously contained values.
Drop-down form fields have options that allow the
user to trigger a macro on exit. I wish that text
boxes and radio buttons had such an option, because
I would use the "trigger macro on exit" to somehow
grey out & assign null values (or something like
that) to any buttons (or text boxes) that
previously contained values.