View Single Post
 
Old 04-21-2024, 05:34 PM
Guessed's Avatar
Guessed Guessed is offline Windows 10 Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 4,176
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

Yes it can be done. If you aren't familiar with creating code though it will be a very large learning exercise.

The tricks are how to get the sequence right and how to identify the chunks (your #3 & #4 steps) CONSISTENTLY. Typically, across 200+ documents, the variation across those files will make it very hard to arrive at a foolproof way of identifying the sections to include. Did you have bookmarks, headings, fields, content controls or some other way to identify content ranges accurately. Are you 100% sure the macro will find those 100% of those parts accurately - if not, what should the macro do?

To try and standardise things better, in the case of header content, I would NOT transfer the whole header. Instead, I would make sure my template includes placeholders for variable content (like mapped Content Controls) and then populate that metadata. This will greatly assist in your ability to make sure all docs have the same header layouts.
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote