Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sub CellInHeader()
With ActiveSheet.PageSetup .LeftHeader = "&""Algerian,Regular""&16" & Range("A1").Value End With End Sub Or without any formatting.................. Sub CellInFooter() With ActiveSheet .PageSetup.CenterFooter = .Range("A1").Value End With End Sub Gord Dibben MS Excel MVP On Wed, 2 Sep 2009 12:01:03 -0700, Siggy wrote: I am trying to progam a header so that it matches the data in a spreadsheet by attaching the header to a cell in the worksheet. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can you link a custom property to an Excel custom header text? | Setting up and Configuration of Excel | |||
Excel: custom header - is it possible to paste into header? | Excel Worksheet Functions | |||
excel - insert cell contents in a custom header / footer | Excel Discussion (Misc queries) | |||
Enter an Excel cell reference as part of a custom header/footer | Excel Worksheet Functions | |||
how do I permanetly add custom header to excel header list? | Excel Discussion (Misc queries) |