![]() |
![]() |
|
|||||||
| 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 |
|
Board Regular
Join Date: May 2002
Location: Telephone City
Posts: 76
|
Does anybody know where I can find the commands to put in the footer, for example, to include filenames, tab names, but more specifically, the path name of the file
|
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Apr 2002
Location: N.E. Ohio
Posts: 236
|
you should do a search. there has been a lot about this...
here is one: http://www.mrexcel.com/board/viewtop...c=7780&forum=2 |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Feb 2002
Location: Sheffield, UK
Posts: 249
|
Excel divides the footer (and header) into 3 sections: left, center and right. This will put stuff in the left footer, but obviously its easy to change!
Put this in a module: Sub PathAndFilename() mypath = CurDir() myfile = Application.ActiveWorkbook.Name ActiveSheet.PageSetup.LeftFooter = mypath & "" & myfile End Sub [ This Message was edited by: philR on 2002-05-22 08:41 ] [ This Message was edited by: philR on 2002-05-22 08:42 ] [ This Message was edited by: philR on 2002-05-22 08:43 ] |
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Feb 2002
Location: Sheffield, UK
Posts: 249
|
What is going on with this editor??? I am trying to edit the previous message to get a SINGLE BACKSLASH between the quotes, but it either prints 2 or none. Anyway, there is supposed to be a SINGLE BACKSLASH FOR GOD'S SAKE between the quotes. I give up.
[ This Message was edited by: philR on 2002-05-22 08:46 ] |
|
|
|
|
|
#5 |
|
Board Regular
Join Date: Apr 2002
Location: iceland
Posts: 138
|
Just go to FILE-Page setup Header/footer
|
|
|
|
|
|
#6 |
|
MrExcel MVP, Administrator
Join Date: Feb 2002
Location: The act or process of locating.
Posts: 13,679
|
Funny. I always just go to ViewHeader and Footer
|
|
|
|
|
|
#7 |
|
Board Regular
Join Date: Apr 2002
Location: Wivenhoe, England
Posts: 877
|
Damon Ostrander provided a useful list here: http://www.mrexcel.com/board/viewtop...7128&forum=2&5
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|