View Single Post
 
Old 12-17-2021, 10:26 PM
gmayor's Avatar
gmayor gmayor is offline Windows 10 Office 2019
Expert
 
Join Date: Aug 2014
Posts: 4,144
gmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud of
Default

The link works from here. Try accessing the page from my web site.
To put the table after the heading, as in the template attached to my previous post, change the line
Code:
 Set oRng = ActiveDocument.Range(0, 0)
which set the range at the top of the document to
Code:
Set oRng = oDoc.Paragraphs(2).Range
    oRng.Collapse 0
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes www.gmayor.com
Reply With Quote