Hi David,
Not sure exactly what you are looking for. The margins of headers
and footers is controlled by the margins of your spreadsheet so that
limits having an exact appearance from one worksheet to another.
No version of Excel provides for portrait headers and footers mixed
with a landscape oriented spreadsheet layout.
In Excel 2000 (which I also use) your normal method would be to
manually enter a decent title for the worksheet, and a subroutine
for some parts of the header and footer.
You can set up templates for book.xlt and sheet.xlt as Nick mentioned,
which can give you a consistent appearance to start with.
Until Excel 2002 came out, you could not specify the full pathname which
you would want for documentation so that you can find the workbook and
worksheet on your computer. So it was necessary to use a subroutine
or to hard code the full pathname into your footer (or header). The use
of a subroutine also allows you to make other things the same for a consistent
appearance. But with Excel 2002 you can accomplish that with a template
that includes the token for the full pathname. Subroutines provide you with
the ability to change things later, so even when I upgrade to 2002 or 2003,
I expect I will likely still be using macros for headers and/or footers.
You can run a subroutine upon command, or automatically such as when
you print. Several examples can be found in
Pathname in headings, footers, and cells
http://www.mvps.org/dmcritchie/excel/pathname.htm