I need my header to be in bold.
This is the code I have so far:
CDRLWs.PageSetup.LeftHeader = "CDRL: " & ComboBox2.Text & Chr(10) & "DID
No.: N/A"
(This is my last question of the day, I promise).
Thanks!!
Elena
I need my header to be in bold.
This is the code I have so far:
CDRLWs.PageSetup.LeftHeader = "CDRL: " & ComboBox2.Text & Chr(10) & "DID
No.: N/A"
(This is my last question of the day, I promise).
Thanks!!
Elena
Try
ActiveSheet.PageSetup.CenterHeader = "&B Line One" & Chr(10) &
"Line Two"
The &B makes it bold.
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
"Elena" <[email protected]> wrote in message
news:[email protected]...
>I need my header to be in bold.
>
> This is the code I have so far:
>
> CDRLWs.PageSetup.LeftHeader = "CDRL: " & ComboBox2.Text &
> Chr(10) & "DID
> No.: N/A"
>
> (This is my last question of the day, I promise).
>
> Thanks!!
> Elena
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks