Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Tom,
I have another line WITH number in the "N3" like this: .CenterHeader = "&""David,Bold""&16" & Range("mesname").Value .RightHeader = "îñô' îñø:" & Chr(10) & Range("mesnum").Value btw the funny characters are Hebrew How can I add "David,Bold" and "&14" into the .RightHeader where "mesnum" = 1234? "Tom Ogilvy" wrote: With ActiveSheet.PageSetup .CenterHeader = "&""Times New Roman,Regular""&14" & Range("N3").Value Assumes N3 does not start with a number. -- Regards, Tom Ogilvy "Helmut" wrote: How can I give a Font size to the Range("N3").Value? How can I combine the following: With ActiveSheet.PageSetup .CenterHeader = "&""Times New Roman,Regular""&14MyHeader" AND .CenterHeader = Range("N3").Value |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
header font colour | Excel Discussion (Misc queries) | |||
Colour of font in header/footer | New Users to Excel | |||
VB.NET code for Header Font | Excel Programming | |||
Header Font size | Excel Programming | |||
Header Font Color | Excel Programming |