Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want the same header, footer and column headings on about 8 sheets, but I
can't seem to get it to work. If I list just one page in the string it does, but if I list all the sheets, it does not. Here is just a section of my code. What am I doing wrong. Thanks for your help. Sub PageSetup() Sheets("NEW CONFIRM", "NEW GESV", "NEW GESA").Select Rows("1:1").Select Selection.Insert Shift:=xlDown Range("A1").Select ActiveCell.FormulaR1C1 = "Match/No Match" Range("B1").Select ActiveCell.FormulaR1C1 = "Original Table" Range("C1").Select ActiveCell.FormulaR1C1 = "CNO" Range("D1").Select ActiveCell.FormulaR1C1 = "Name" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Normalizing/Standardizing Data | Excel Discussion (Misc queries) | |||
Standardizing date scale in a scatter plot | Excel Discussion (Misc queries) | |||
formula reference~muliple sheets | Excel Discussion (Misc queries) | |||
Create muliple sheets using querytable | Excel Programming | |||
Converting a muliple page worksheet to a single page worksheet | Excel Discussion (Misc queries) |