Header Alignment

S

sprint213

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

Guest

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
 
S

sprint213

Explain further how this is done.

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top