![]() |
|
#1
|
|||
|
|||
![]()
I have three documents that require the same information be on each document. The first page is for our facility, the second is for our customer and the third is for a department with the customer.
I would like to start with the most basic document (facility) as page 1 and then share the information with pages (customer/department) 2/3 automatically. How can this be accomplished? Right now we are copying and pasting the information and it is just time consuming. |
#2
|
|||
|
|||
![]()
Hi
A very basic a simple solution, assuming your documents are 1 page long is to use the following vba code. Cut and paste this code into a Module sheet in MS Word. Sub Macro2() ' ' Macro2 Macro ' ' Selection.WholeStory Selection.Copy Selection.EndKey Unit:=wdStory Selection.InsertBreak Type:=wdPageBreak Selection.PasteAndFormat (wdFormatOriginalFormatting) Selection.InsertBreak Type:=wdPageBreak Selection.PasteAndFormat (wdFormatOriginalFormatting) Selection.HomeKey Unit:=wdStory End Sub When you have completed typing your first page, run this macro and it will duplicate the first page to pages 2 and 3. If you need anything more complex then provide more detail about the style of the document etc and we will see what we can do for you. Good luck. Tony(OTPM) |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Aston | Word | 9 | 04-27-2022 07:38 AM |
How to save the current page in a new file with all the page settings (header, footer | Jamal NUMAN | Word | 6 | 03-15-2012 03:27 PM |
Publisher 2010 only merging first page in multi-page catalog merge | non-profit-girl | Publisher | 0 | 08-25-2011 06:55 PM |
![]() |
rbekel | Word | 2 | 04-18-2011 07:01 PM |
![]() |
munna94 | Word | 2 | 12-30-2010 08:12 AM |