Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello.
This should be an easy one for someone. I want to take the contents of cell INP.Cells(2,7) and put it into the right header of a worksheet so that what is in the header changes if the cell contents change. Here is the code I'm trying to use: With Sheets("Sheet1").PageSetup .RightHeader = "&""Arial,Bold""&36" & INP.Cells(2, 7) End With It doesn't return an error, but also does not put anything in the header. Can anyone spot what's wrong with it? Thanks, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell contents in header/footer | Excel Worksheet Functions | |||
How do I enter the contents of a cell into a page header | Excel Discussion (Misc queries) | |||
Display cell contents in the Header or Footer? | Excel Discussion (Misc queries) | |||
Inserting Cell Contents into a header | Excel Programming | |||
insert cell contents into page header | Excel Programming |