Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I am looking to see how to align my header flush right and left on a page.
Can anyone help me on this? |
#2
![]() |
|||
|
|||
![]()
put this in the workbook before close event.
private sub macMakeBU ActiveWorkbook.Save ActiveWorkbook.SaveAs Filename:="H:\Book3.xls", _ FileFormat:=xlNormal, _ Password:="", WriteResPassword:="", _ ReadOnlyRecommended:=False, _ CreateBackup:=False end sub -----Original Message----- I am looking to see how to align my header flush right and left on a page. Can anyone help me on this? . |
#3
![]() |
|||
|
|||
![]()
Explain further how this is done.
" wrote: put this in the workbook before close event. private sub macMakeBU ActiveWorkbook.Save ActiveWorkbook.SaveAs Filename:="H:\Book3.xls", _ FileFormat:=xlNormal, _ Password:="", WriteResPassword:="", _ ReadOnlyRecommended:=False, _ CreateBackup:=False end sub -----Original Message----- I am looking to see how to align my header flush right and left on a page. Can anyone help me on this? . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
header in right or left margin? | Excel Discussion (Misc queries) | |||
header or footer | Excel Worksheet Functions | |||
how do I permanetly add custom header to excel header list? | Excel Discussion (Misc queries) | |||
Default header in Excel under page set-up | Excel Discussion (Misc queries) | |||
Custom Header | Excel Discussion (Misc queries) |