View Single Post
 
Old 01-23-2021, 08:21 AM
handclips handclips is offline Windows 10 Office 2019
Novice
 
Join Date: Jun 2020
Posts: 4
handclips is on a distinguished road
Default Pls help - copying data from multiple word files

Hi all

I want to make a VBA which can help to copy data from ALL word files in a folder to a template file that has preset header and footer.

For example:

1) Folder has 12 word files (ie. File1 to File12)
2) VBA should open File1, copy select all contents and paste into template word file.
3) Afterwhich, save template word file as PDF in another folder

4) Pt 1 to 3 should repeat for all files in folder. In this case, since there are 12 word files, there should be 12 PDFs.


Appreciate if someone can help with this pls? Thanks!!
Reply With Quote