View Single Post
 
Old 03-10-2021, 11:51 PM
AnBad AnBad is offline Windows 10 Office 2019
Novice
 
Join Date: Mar 2021
Posts: 5
AnBad is on a distinguished road
Default

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!!
Reply With Quote