R
Rick
What is the best VBA code to use to change the font name in my entire
document, including headers and footers? Before I learned about range
objects, I would use Selection:
Selection.WholeStory
Selection.Font.Name = "Franklin Gothic Book"
But that doesn't change the font in header/footer text. AND it
requires another command to unselect.
Can I use a range object to do what I want?
document, including headers and footers? Before I learned about range
objects, I would use Selection:
Selection.WholeStory
Selection.Font.Name = "Franklin Gothic Book"
But that doesn't change the font in header/footer text. AND it
requires another command to unselect.
Can I use a range object to do what I want?