View Single Post
  #3   Report Post  
sprint213
 
Posts: n/a
Default

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