Copy the only page in Word document a given number of times in VBA
What I need to do is take a set page in a Word document and duplicate (copy & paste) it a set number of times using VBA.
The desired solution is a function that I am able to pass in the number of additional pages I want. The function would then take the only page in the document and add this number of exact copies to the end.
Thanks in advance for any help,
Dan
|