ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Setting up and Configuration of Excel (https://www.excelbanter.com/setting-up-configuration-excel/)
-   -   Header Alignment (https://www.excelbanter.com/setting-up-configuration-excel/10046-header-alignment.html)

sprint213

Header Alignment
 
I am looking to see how to align my header flush right and left on a page.
Can anyone help me on this?


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?
.


sprint213

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?
.




All times are GMT +1. The time now is 11:49 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com