Hello,

I need help implementing a task in Word. Unfortunately, I have no experience with VBA and my own research for a solution
was unsuccessful. I would like to integrate the following function into a Word document:

The Word document essentially consists of tables. The tables have different numbers of rows and two columns. The first
column should only contain text. There should be a checkbox in the second column. The checkboxes should initially be hidden.
The checkboxes should only become visible when you activate the “Show all” function.

If the check box is selected, the text in column 1 should have a specific target style assigned to it. If the check box is
cleared, the text should be mapped to another style that is defined to have the text hidden. If I deactivate the "Show all"
function again, I want the rows whose checkboxes were deactivated to no longer be visible.



So ultimately I want to be able to easily control what I can and can't see in my document using the checkboxes.
Is this possbile in Word with VBA?

Thanks in advance for an answer Kind regards, Daniel