Thread
:
Applying bookmarks to multiple documents - is it possible?
View Single Post
06-21-2018, 03:52 PM
macropod
Windows 7 64bit
Office 2010 32bit
Administrator
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,371
With code like:
ActiveDocument.Tables(7).Cell(r,c).Range.Text = Sheet1.Range("A1").Value
where r is the Word table row # and c is the Word table column #.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
macropod
View Public Profile
Find all posts by macropod