Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I have 100 worksheets, where I need to change the header. I would like to be able to change the header on one worksheet and than have some type of automation to change the other 99 worksheets. Thanking you in advance. Diana. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Assume the sheets are in the same workbook and are contiguous in the tab
order with sheet 1 as the first and sheet 100 as the last. click on sheet 1, hold down the shift key, click on sheet 100 Change the header Right click on a sheet tab and select ungroup sheets. Regards, Tom Ogilvy "Diana" wrote in message om... Hello, I have 100 worksheets, where I need to change the header. I would like to be able to change the header on one worksheet and than have some type of automation to change the other 99 worksheets. Thanking you in advance. Diana. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You could also do it with a cell reference. If all of the sheets
heafers referenced the first sheet's headers, then as soon as you made a change on the first, they would all follow suit. a formula like =Sheet1!$A$1 should work. On Wed, 6 Aug 2003 11:10:32 -0400, "Tom Ogilvy" wrote: Assume the sheets are in the same workbook and are contiguous in the tab order with sheet 1 as the first and sheet 100 as the last. click on sheet 1, hold down the shift key, click on sheet 100 Change the header Right click on a sheet tab and select ungroup sheets. Regards, Tom Ogilvy "Diana" wrote in message . com... Hello, I have 100 worksheets, where I need to change the header. I would like to be able to change the header on one worksheet and than have some type of automation to change the other 99 worksheets. Thanking you in advance. Diana. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Mass format change of 'data' in pivot table | Excel Discussion (Misc queries) | |||
Mass Forumla Change | Excel Worksheet Functions | |||
Only change left header on all worksheets | Excel Discussion (Misc queries) | |||
Mass Change Across Many WorkBOOKS | Excel Discussion (Misc queries) | |||
mass change table_array Name in VLOOKUP formula | Excel Worksheet Functions |