Hi
I've been working on a document that has a number of hidden sections that can be made visible using check boxes (and VBA). Most of this works fine including hiding Tables, Pictures, Formatting and Text using Range.Font.Hidden = True.
My problem lies with leaving a table hidden, saving the document and then re-opening the document.
The document saves and closes fine, but when reopening the Document the text for the table stays hidden but the table gridlines and spacing are displayed, giving the look of a strange but empty table.
Does anyone know of a way to avoid this problem or have any advice?