Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to link cell for value in another cell of pivot table? | Excel Discussion (Misc queries) | |||
Excel: Format Control: 'cell link' reamins constant. How to copy | Excel Worksheet Functions | |||
Why can't I link a cell from worksheet to another when it has an . | Excel Worksheet Functions | |||
Paste Link enters a 0 into the cell where I paste. How do I elemin | Excel Discussion (Misc queries) | |||
Link the value to text in a cell, then use that text cell in a for | Excel Worksheet Functions |