Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
plz give me solution for this question
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Open a new workbook and set your footers/headers and name the book as
book.xlt and save it in your XLStart folder. When you click on the New Icon on the standard toolbar a new workbook will be opened based on this settings -- Jacob (MVP - Excel) "rakesh" wrote: plz give me solution for this question |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You could use a template workbook (like Jacob suggests) for new workbooks.
But that won't help you for existing sheets in existing workbooks. And the book.xlt workbook won't help for adding sheets to any workbook. You could create a second template workbook and name it sheet.xlt and excel would use this for new sheets. (Save it in the same XLStart folder that Jacob mentioned.) But I wouldn't do this. I'd end up having to remove it from worksheets where I don't need it. Instead I'd start a new workbook record a macro when I added the footer to a worksheet in that workbook. Stop recording Save this file with a nice name: AddFootersToActivesheet.xls And reopen this workbook whenever I needed to do this. Then use Tools|macro|macros (or alt-F8) to run the macro when I needed it. rakesh wrote: plz give me solution for this question -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro apply on all the file in same directory | Excel Programming | |||
Apply footer code to all new workbooks | Excel Programming | |||
how to apply the same header or footer to all sheets in workbook | Excel Worksheet Functions | |||
How to apply both Italic & Bold in Header & Footer? | Excel Discussion (Misc queries) | |||
make custom header and footer in excel apply to all worksheets | Excel Discussion (Misc queries) |