Clearing content control tick box within table
I have VBA code that displays or hides a table depending on which box is ticked.
If the user ticks yes, it displays 3 tables, if they display no, it displays a different table.
If they change the tick it clears the tables displayed previously and displays the other tables.
The problem is that it is leaving the tick boxes which then interferes with the rest of the form.
Any idea what I can do to make sure these tick boxes disappear along with the table.
Thanks
|