Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Using Win 2K/Office 2K. Added this code to Personal.xls to create footer for
each worksheet in workbook with file name and path. Public Sub PathAndFileNameInFooter() Dim wsSht As Worksheet For Each wsSht In ActiveWindow.SelectedSheets wsSht.PageSetup.LeftFooter = ActiveWorkbook.FullName Next wsSht End Sub It works great except I get a "type mismatch" error for chart sheets. How can I modify the code to also include chart sheets? -- maryj |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Header or Footer to show up on multiple sheets in a document | Excel Worksheet Functions | |||
how do i change footer settings on multiple sheets at the same ti. | Excel Worksheet Functions | |||
Copying multiple sheets from one book 2 another and undertake spec | Excel Discussion (Misc queries) | |||
calculating excel spreadsheet files for pensions and life insurance (including age calculation sheets) | Excel Worksheet Functions | |||
Multiple sheets selected | Excel Discussion (Misc queries) |