Hi all,
I use the following piece of code to copy a bunch of named tables in my Excel-file to a Word document.
The tables are named "Question1" etc which are located on a sheet called "Tables". myDoc is an opened Word document
For i = 1 To NumberOfQuestions
iParCount =...