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.
For Each Bookmark In ...
If ActiveDocument.Bookmarks.Count > 0 Then
For Each bkMark In ActiveDocument.Bookmarks
debug.print bkMark.Name
Next bkMark
End If
If ActiveDocument.Bookmarks.Count > 0 Then
For Each bkMark In ActiveDocument.Bookmarks
bkName = bkMark.Name
debug.print bkName
Next bkMark
End If
Dim bkName As String * n