Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there any way I can customize my footer.
I have some text in left, center and right section of footer but the text is too big. Is there any way I can insert a blank line vbNewLine in the footer. Help would be appreciated and thanks in advance. Regards, |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Private Sub Workbook_BeforePrint(Cancel As Boolean)
ActiveSheet.PageSetup.LeftHeader = "some text" & vbNewLine & "some more" End Sub 'This is workbook event code. 'To input this code, right click on the Excel icon on the worksheet '(or next to the File menu if you maximise your workbooks), 'select View Code from the menu, and paste the code -- HTH RP (remove nothere from the email address if mailing direct) "VJ" wrote in message ... Is there any way I can customize my footer. I have some text in left, center and right section of footer but the text is too big. Is there any way I can insert a blank line vbNewLine in the footer. Help would be appreciated and thanks in advance. Regards, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem adding vertical marker line to line chart | Charts and Charting in Excel | |||
Adding a Second and Third Line to an Existing Stacked Bar/Line Cha | Charts and Charting in Excel | |||
Adding a line to the line/column chart? | Charts and Charting in Excel | |||
Chart Type - Line Column adding a 2nd line | Charts and Charting in Excel | |||
Please help with Adding a Footer or Header | Excel Discussion (Misc queries) |