Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Insert the filename and path where?
In a header or footer? I don't use 2007 but 2002 and 2003 versions had a path and filename icon in Custom Footers and Headers under print setup. I can't believe Excel 2007 wouldn't have the same feature. Macro if you want one. Sub PathInFooter() ActiveSheet.PageSetup.RightFooter = ActiveWorkbook.FullName & " " & _ ActiveSheet.Name & " " & Application.UserName & " " & Date End Sub Gord Dibben MS Excel MVP On Tue, 15 Jan 2008 15:46:02 -0800, Christine wrote: We are trying to figure out how to insert the file name and path in Excel 2007. We are also looking for the same in Word 2007. Is it possible to create a macro or shortcut for this that we can place in the quick access bar? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
User wants to see full path in recent documents Excel 2007 | Excel Discussion (Misc queries) | |||
How can I automatically print file path on documents | Excel Discussion (Misc queries) | |||
Excel 2007 add-in with file path showing | Excel Discussion (Misc queries) | |||
Inserting File Path name | Excel Discussion (Misc queries) | |||
Inserting Field To Insert Full Path to Excel File | Excel Discussion (Misc queries) |