Read from table located with a bookmark
Thanks for the reply.
When I try running this code I get a run-time error 5941 “The requested member of the collection does not exist.”
At the line
If .Bookmarks("Document_Revision _Table").Range.Tables.Count > 0 Then
I believe this is due to Range.Tables not being part of the collection for bookmarks.
ActiveDocument contains “Bookmarks”
“Bookmark” contains “Range” not Bookmarks.
Or is there something wrong in my configuration?
Note a typo in the bookmark name – there is no space.
|