V
vik.sinha
Hi All.
I am very new to VBA (extremely) and would like to achive the
following:
Checkbox 1 - Remediated
Checkbox 2 - Accept
Checkbox 3 - Continue
If the user selects (ticks) checkbox 1: I need a certain paragraph
(paragraph1) to be added below the checkbox and remove the other
checkboxes.
The same to happen if I select the other checkboxes.
Example:
Checkbox 1 - Remediated (checked)
The following pending items were remediated:
Item 1
Item 2
Item 3
Signature Line: ______________________________
Date:____________________
{End example}
Is this possible? Do I use bookmarks to insert the text or auto text,
do i even need a vba script or just a macro will suffice.
Any help would be appreciated
I am very new to VBA (extremely) and would like to achive the
following:
Checkbox 1 - Remediated
Checkbox 2 - Accept
Checkbox 3 - Continue
If the user selects (ticks) checkbox 1: I need a certain paragraph
(paragraph1) to be added below the checkbox and remove the other
checkboxes.
The same to happen if I select the other checkboxes.
Example:
Checkbox 1 - Remediated (checked)
The following pending items were remediated:
Item 1
Item 2
Item 3
Signature Line: ______________________________
Date:____________________
{End example}
Is this possible? Do I use bookmarks to insert the text or auto text,
do i even need a vba script or just a macro will suffice.
Any help would be appreciated