![]() |
#1
|
|||
|
|||
![]()
I would lile to read / write to a version history table in a word 2010 document. I can locate the table with a bookmark, but can't see how I access the individual cells so I can write to or read from the table.
Code to locate table with a bookmark Dim r as Range If ActiveDocument.Bookmarks.Exists("Document_Revision _Table") Then Set r = ActiveDocument.Bookmarks("Document_Revision_Table" ).Range Selection.GoTo What:=wdGoToBookmark, Name:="Document_Revision_Table" Else MsgBox "Missing bookmark" End If As you can tell from this question I am a novice with vb so any explanatory text would be useful. Much appreciated. |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
acheo | Word | 1 | 11-24-2011 05:24 PM |
Error: The file may be corrupted, located on a server that is not responding, or read | naeemeh | Excel | 2 | 11-20-2011 03:38 AM |
![]() |
rockwellsba | Word VBA | 2 | 05-31-2011 01:07 AM |
Bookmark Classification | DrDoom | Word | 0 | 06-29-2010 07:08 AM |
Bookmark to another document | spqr | Word | 3 | 06-26-2009 04:51 AM |