Hi,
indeed there are floating text boxes. But in other spreadsheets too. So I well check this tonight. Nothing is protected.
I am checking with
Code:
If ActiveDocument.Bookmarks(MyRange.Bookmarks(x).Name).Range.Font.Hidden = False Then
if a text marked by a bookmark is hidden. Because of the 9s its not working perfekt.
Is there a way to check only the first or two letters/words of the text within a bookmark if they are hidden? If so the whole text between the bookmark is hidden or not. This might give the correct resulat -1 or 0.
Thank you!!