Jenny
I versions before XP (2002) this could only be done with code. In XP & 2003
this can now be done in File>Page setup...Header/Footer and header and
footer custom options.
The code you need to put in your personal.xls workbook or similar for
versions before is
Sub PathAndFileInFooter()
ActiveSheet.PageSetup.LeftFooter = ActiveWorkbook.FullName
End Sub
This is non-dynamic, so if you change the name of the workbook it needs to
be run again and the workbook needs to be saved for the first time before
the path will show
--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)