Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim Client As Boolean
If Client = True Then
ActiveDocument.Bookmarks("Chunk_A").Range.Delete
End If
If ActiveDocument.Bookmarks("Chunk_B").Range.Text = _
"Harry Belafonte" Then
ActiveDocument.Bookmarks("Chunk_C").Range.Delete
End If