View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Smudge Smudge is offline
external usenet poster
 
Posts: 53
Default Custom Header - poss to link to contents of cell?

Thank you Gord

Cheers
--
Smudge


"Gord Dibben" wrote:

Sub CellInFooter()
With ActiveSheet
.PageSetup.CenterFooter = .Range("A1").Value
End With
End Sub


Gord Dibben MS Excel MVP

On Thu, 18 Oct 2007 03:50:02 -0700, Smudge
wrote:

Hi everyone,

Is it possible to use a cell reference in the custom header to pick up info
in a cell in the worksheet?

TIA