Hi all,
I am using bookmarks in my Word document, and hiding content selectively by using:
bk.Range.Font.hidden = True/False
I noticed that one particular bookmark is not getting its 'hidden' property set. I tried selecting the bookmark:
bk.Seloect
Selection.Font.hidden = True/False
but still it fails to catch the property.
Has anyone had this experience? Any ideas on why this may be happening?
TIA,
Sheila
I am using bookmarks in my Word document, and hiding content selectively by using:
bk.Range.Font.hidden = True/False
I noticed that one particular bookmark is not getting its 'hidden' property set. I tried selecting the bookmark:
bk.Seloect
Selection.Font.hidden = True/False
but still it fails to catch the property.
Has anyone had this experience? Any ideas on why this may be happening?
TIA,
Sheila