LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 32
Default Change Header Font Size

I am trying to chg the header font size on a report...I tried to set the font
to the correct size in the cell and pull it in, but it did not work. I used
the code below

Set a = .Range("C68:C68")
For Each b In a.Offset(i, 0)
ss = "MYREPORT RELEASED ON: " & FormatDateTime(b, 1)
Next b

Sheets("My_Sheet_Name").PageSetup.RightHeader = ss
'Sheets("My_Sheet_Name").PageSetup.RightHeader.Fon tsize = 8 ??? Will not work

Thanks
Bret
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
don't want to have to change font in header and footer each time? rtur Excel Worksheet Functions 1 March 16th 10 09:23 PM
change font size on screen, but prints in old size lvrcdval Excel Discussion (Misc queries) 2 July 19th 07 02:36 PM
change scaling % but font size didnt change porportionally, pls he Scaling question Excel Discussion (Misc queries) 0 March 12th 07 03:16 AM
Change all text one font size up with various font sizes used. omchrystal New Users to Excel 2 March 6th 07 09:01 PM
Change Font Color in Header???? Morgan Excel Discussion (Misc queries) 1 August 18th 06 07:05 PM


All times are GMT +1. The time now is 09:47 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"