Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Thank you for your reply. Its actually a header that will be changed every
now and again. Is there a way to prompt a user to complete a multi-line textbox and have that textbox fill the rest of the documents as a header? Thanks! "Greg Maxey" wrote: On Nov 14, 8:33 pm, Dunzo Salcedo wrote: Hello, Is there a way to apply one header for multiple word 2003 documents using a macro? Thank you! Dunzo See: http://gregmaxey.mvps.org/Process_Batch_Folder.htm For an example of a macro to process a batch of files. Use code something like this to process the headers: Dim oSection As Section Dim i As Long For Each oSection In ActiveDocument.Sections For i = 1 To 3 oSection.Headers(i).Range.Text = "Text you want in the header" Next Next |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Changing a Header in Multiple Documents without opening them all? | Microsoft Word Help | |||
Activate Boiler Macro in Word 2003 for combing multiple documents | Microsoft Word Help | |||
How can I print multiple copies of multiple documents | Microsoft Word Help | |||
print multiple documents or merge multiple documents into one | Microsoft Word Help | |||
How do I change header in multiple documents at the same time? | Microsoft Word Help |