ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Refering to a cell in the Header /Footer (https://www.excelbanter.com/excel-programming/284393-refering-cell-header-footer.html)

universal[_13_]

Refering to a cell in the Header /Footer
 

Hope nobody minds me hijacking this thread.

It might get a better response he

------------------------------------------------------------------

universal Is it possible somehow to also set the font and size so tha
it can match the settings I have for my Footer (which is set the sam
for every page).

Many Thanks

eddie


universal Ive just tried this for my own Header.

Is it possible somehow to also set the font and size so that it ca
match the settings I have for my Footer (which is set the same fo
every page).

Many Thanks

eddie


J.E. McGimpsey Put this in your ThisWorkbook code module (right-clic
on the
workbook title bar and choose View Code):

Private Sub Workbook_BeforePrint(Cancel As Boolean)
Dim wkSht As Worksheet
For Each wkSht In ActiveWindow.SelectedSheets
With wkSht
.PageSetup.LeftHeader = .Range("A1").Value
End With
Next wkSht
End Sub

you can substitute RightHeader or CenterHeader for LeftHeader.

In article ,
"SandyB" wrote:

We want to put the worksheet title (from cell A1) into the
header automatically...any way to do that?
Formulas aren't working...
Inserting fields doesn't work...

Anything else I can try?

Thanks!




SandyB We want to put the worksheet title (from cell A1) into the
header automatically...any way to do that?
Formulas aren't working...
Inserting fields doesn't work...

Anything else I can try?

Thanks

-----------------------------------------------
~~ Message posted from http://www.ExcelTip.com
~~View and post usenet messages directly from http://www.ExcelForum.com

~~Now Available: Financial Statements.xls, a step by step guide to creating financial statements

universal[_14_]

Refering to a cell in the Header /Footer
 

Any ideas anybody

--
~~ Message posted from http://www.ExcelForum.com



All times are GMT +1. The time now is 02:34 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com