View Single Post
 
Old 01-24-2018, 09:28 AM
dpashley dpashley is offline Windows 10 Office 2010 32bit
Novice
 
Join Date: Sep 2016
Posts: 6
dpashley is on a distinguished road
Default 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
Reply With Quote