Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
astrange
 
Posts: n/a
Default Want link my header to a cell value


I would like to populate the value of my header based on the value of
cell H1.

Any thoughts? It seems like the only options when I go to File Page
Set Up Header/Footers tab is to type in the text each time.

I have to create a bunch of printables based on a series of lists that
I was given in excel. My idea was to create a template where I could
just copy in each list and print it out. However, I am trying to avoid
having to type the header manually each time. I could just use another
cell as the title but I would like to try to use the header if
possible.

Thanks, Jason.


--
astrange
------------------------------------------------------------------------
astrange's Profile: http://www.excelforum.com/member.php...o&userid=32275
View this thread: http://www.excelforum.com/showthread...hreadid=535022

  #2   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben
 
Posts: n/a
Default Want link my header to a cell value

Jason

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

Change "footer" to "header"


Gord Dibben MS Excel MVP


On Fri, 21 Apr 2006 11:29:09 -0500, astrange
wrote:


I would like to populate the value of my header based on the value of
cell H1.

Any thoughts? It seems like the only options when I go to File Page
Set Up Header/Footers tab is to type in the text each time.

I have to create a bunch of printables based on a series of lists that
I was given in excel. My idea was to create a template where I could
just copy in each list and print it out. However, I am trying to avoid
having to type the header manually each time. I could just use another
cell as the title but I would like to try to use the header if
possible.

Thanks, Jason.


  #3   Report Post  
Posted to microsoft.public.excel.misc
astrange
 
Posts: n/a
Default Want link my header to a cell value


That was exactly what I was looking for. Thanks for your help. I
appreciate it. Jason


--
astrange
------------------------------------------------------------------------
astrange's Profile: http://www.excelforum.com/member.php...o&userid=32275
View this thread: http://www.excelforum.com/showthread...hreadid=535022

  #4   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben
 
Posts: n/a
Default Want link my header to a cell value

Thanks for the feedback.

Gord

On Fri, 21 Apr 2006 14:00:10 -0500, astrange
wrote:


That was exactly what I was looking for. Thanks for your help. I
appreciate it. Jason


Gord Dibben MS Excel MVP
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to link cell for value in another cell of pivot table? JamesChoi Excel Discussion (Misc queries) 1 September 15th 05 03:24 AM
Excel: Format Control: 'cell link' reamins constant. How to copy Rodway N Excel Worksheet Functions 0 September 7th 05 06:21 PM
Why can't I link a cell from worksheet to another when it has an . FV Excel Worksheet Functions 0 April 7th 05 06:33 PM
Paste Link enters a 0 into the cell where I paste. How do I elemin UNR Excel Discussion (Misc queries) 4 March 28th 05 01:54 AM
Link the value to text in a cell, then use that text cell in a for acpharmd Excel Worksheet Functions 6 December 29th 04 02:03 AM


All times are GMT +1. The time now is 05:30 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"