I am using a VBA Macro triggered by an Excel button to write a MSWord
document. I am building a table using:
MSWord.Selection.Rows.Add
Unfortunately, it is adding the row ABOVE the previous row, not below
it. Any suggestions on how to add AFTER and not BEFORE the current
selection?