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