View Single Post
  #1   Report Post  
Posted to microsoft.public.word.tables
tack tack is offline
external usenet poster
 
Posts: 2
Default vba get table's object from bookmark

using VBA;

I have serveral tables in a doc. One of the tables has a bookmark in one of
its cells. How can I go from a bookmark to get the table reference the
bookmark is in? Better yet would be a cell reference that I could also use to
get the table reference.

Using doc.Application.Selection.Information(W.WdInformat ion.wdWithInTable)
only tells me that the bookmark is in a table, not which table.

Thanks