Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
My issue is this: I have 6 sheets. The first sheet contains the clients
information. I want to take the last name of the client from the first sheet and have it appear in the header of every sheet after it. How do I create a cell reference inside a header? David |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you very much for your repsonse. David
"Gord Dibben" wrote: David Sub Path_All_Sheets() Set wkbktodo = ActiveWorkbook For Each ws In wkbktodo.Worksheets ws.PageSetup.RightHeader = Sheets("Clients").Range("A1").Text Next End Sub Assumes client's name is in A1 Note: you can do the same thing by right-click on first sheet tab and "select all sheets" Set up the header by typing in the client's name and OK This header will be replicated on all worksheets. DO NOT FORGET to right-click and "ungroup sheets" when task complete. What you do to one sheet is being done to all. Gord Dibben Excel MVP On Thu, 1 Dec 2005 16:10:02 -0800, dhughes20 wrote: My issue is this: I have 6 sheets. The first sheet contains the clients information. I want to take the last name of the client from the first sheet and have it appear in the header of every sheet after it. How do I create a cell reference inside a header? David |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell content in custom header: How? | Excel Discussion (Misc queries) | |||
Link page header with cell contents | Excel Worksheet Functions | |||
Customize Header From Cell Value | Excel Discussion (Misc queries) | |||
cell reference in header row | Excel Discussion (Misc queries) | |||
How to reference a text cell that changes weekly in Header or Foo. | Excel Discussion (Misc queries) |