Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
When running the macro, it almost appears that the footers appear to be
"Double Spaced". How can I control the distance bewteen the lines of the footers? Sub Workbook_BeforePrint(Cancel As Boolean) shtGPA9D.PageSetup.RightFooter = "TEST" & vbCrLf & "Version" & vbCrLf & "This information represents" shtGPA9D.PageSetup.LeftFooter = "" & vbCrLf & "" & vbCrLf & "Illus-ABSSYS" End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Printing Footers on Grouped Worksheets | Excel Discussion (Misc queries) | |||
Printing Headers & Footers | Excel Discussion (Misc queries) | |||
Printing Headers on only first page and Footers on only last page | Excel Discussion (Misc queries) | |||
Excel Headers and Footers Printing out | Excel Discussion (Misc queries) | |||
Footers | Excel Worksheet Functions |