Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 10-22-2019, 11:06 PM
digitalelise digitalelise is offline Adding text to the header and footer without removing all other content in the header and footer Mac OS X Adding text to the header and footer without removing all other content in the header and footer Office 2016
Novice
Adding text to the header and footer without removing all other content in the header and footer
 
Join Date: Oct 2019
Posts: 2
digitalelise is on a distinguished road
Question Adding text to the header and footer without removing all other content in the header and footer

Hi Folks,



I am new to macros and VBA but muddling my way through.

I am trying to add some text to the documents header and footer but want the two images that are in the template to stay.

When ever I hit the button SetClassification it adds the text but removes all other content in the header and footer.

Any assistance in making this work would be appreciated. I think I am at the edge of my knowledge but so close to having it work perfectly.


Code:
Private Sub cmdSetClassification_Click()

' prepare header footers..
'Dim sHeadFooter As String
'sHeadFooter = Me.txtFurtherInfo.Text

With ActiveDocument.Sections(1)

 .Headers(wdHeaderFooterPrimary).Range.Text = sHeaderFooter
 .Headers(wdHeaderFooterPrimary).Range.Paragraphs.Alignment = wdAlignParagraphCenter
 .Headers(wdHeaderFooterPrimary).Range.Paragraphs.LeftIndent = 76
 .Headers(wdHeaderFooterPrimary).Range.Font.ColorIndex = wdRed
 .Headers(wdHeaderFooterPrimary).Range.Font.Name = "Gotham Book"
 .Headers(wdHeaderFooterPrimary).Range.Font.Size = 10
 
 .Footers(wdHeaderFooterPrimary).Range.Text = sHeaderFooter
 .Footers(wdHeaderFooterPrimary).Range.Paragraphs.Alignment = wdAlignParagraphCenter
 .Footers(wdHeaderFooterPrimary).Range.Font.ColorIndex = wdRed
 .Footers(wdHeaderFooterPrimary).Range.Font.Name = "Gotham Book"
 .Footers(wdHeaderFooterPrimary).Range.Font.Size = 10
 
End With

Unload Me

End Sub
Attached Files
File Type: dotm template_V02.dotm (22.8 KB, 12 views)
Reply With Quote
 

Tags
header and footer



Similar Threads
Thread Thread Starter Forum Replies Last Post
Removing header from one page but not footer smithurmann Word 1 12-15-2018 11:24 AM
Removing header and footer on two pages in my document oliboi Word 1 11-01-2016 05:27 PM
Header and footer aligned in the footer area ashiqghfr Word 2 07-23-2015 01:14 AM
Adding text to the header and footer without removing all other content in the header and footer Created VBA to Find and Replace in Body, Header and Footer with Highlighting the replacement text QA_Compliance_Advisor Word VBA 11 09-23-2014 04:40 AM
Field codes appearing in header/footer/TOC instead of actual text hgilberg Word 2 03-16-2012 02:52 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 08:39 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft