The section of code that you need to replicate for each replace operation is as follows with
the section in red changing each time. Add the replicated section just before the End Sub line.
My suggestion is that you copy each cell individually using a set of unique placeholders in your Word document if you want to keep things simple. There are alternative approaches which directly insert values into Word tables. The attraction of the replace approach is that you can set up all the formatting with the placeholder in Word and the code then just replaces one set of characters with another.
Hope that this helps.
Bookmarks