![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: May 2002
Posts: 1
|
How can I put the file path in the header and footer in Excel 2000 ( I know there is no problem in excel XP)?
thanks gilad |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: San Francisco, California USA
Posts: 10,387
|
Try something like
Sub FootPath() ActiveSheet.PageSetup.LeftFooter = ActiveWorkbook.FullName End Sub And modify for header, and right or center placement. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|