View Single Post
 
Old 03-05-2012, 11:02 AM
dpb001 dpb001 is offline Windows Vista Office 2010 64bit
Novice
 
Join Date: Mar 2012
Posts: 4
dpb001 is on a distinguished road
Default 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.
Reply With Quote