D Dave Peterson Apr 2, 2005 #3 John Walkenbach has an addin you may like. It works with earlier versions of excel: http://j-walk.com/ss/excel/files/addpath.htm Nigel's response will work with xl2002+ (IIRC).
John Walkenbach has an addin you may like. It works with earlier versions of excel: http://j-walk.com/ss/excel/files/addpath.htm Nigel's response will work with xl2002+ (IIRC).
G Gord Dibben Apr 2, 2005 #4 Or just use a macro like so.. Sub PathInFooter() ActiveSheet.PageSetup.RightFooter = ActiveWorkbook.FullName & " " & _ ActiveSheet.Name & " " & Application.UserName & " " & Date End Sub Gord Dibben Excel MVP
Or just use a macro like so.. Sub PathInFooter() ActiveSheet.PageSetup.RightFooter = ActiveWorkbook.FullName & " " & _ ActiveSheet.Name & " " & Application.UserName & " " & Date End Sub Gord Dibben Excel MVP