Header Font

  • Thread starter Thread starter jesmin
  • Start date Start date
J

jesmin

Hi:
Happy new year. I have created an Excel report. In its center header
put a text. Now how can I change the font size of this text in cente
header to 12.
I am bolding the text at the same time. I tried in VBA something like:

dim mystr = "Monthly Report"
With Activesheet
.pagesetup.centerheader = "&B" & mystr
..........code to change font

End with

Thanks in advanc
 
Go to Menu - Select FILE - PAGE SETUP - CUSTOM HEADER - type in what you
want. There should be some icons directly above the "LEFT - RIGHT -
CENTER" section boxes - select your text then select the "A" icon and
follow the directions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top