Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default headers in worksheet

I have a six page worksheet or workbook as a template. The top part looks
like a header but is not because nothing come up in view header/footer.
Presently the six individual sheets of the worksheet do not appear connected:
1. How can i put the contents of say the top five lines into a header?
2. how do i then link the sheets for header/footer so that any change in one
say the third sheet appears on the other sheets also?

If you feel I have asked too much, the answer to 1. is more important than 2.

Thank you
Aamir


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 99
Default headers in worksheet

Hi


"aamir" wrote in message
...
I have a six page worksheet or workbook as a template. The top part looks
like a header but is not because nothing come up in view header/footer.


You mean in File Page Setup Header/Footer? No need for this, instead
check next tab of Page Setup Wizard (Sheet), right.click on selector button
to right of 'Rows to repeat at top', and select top 5 rows from active sheet
(or simply enter $1:$5 or whatever into this field). Repeat this for every
page.


Presently the six individual sheets of the worksheet do not appear

connected:
1. How can i put the contents of say the top five lines into a header?
2. how do i then link the sheets for header/footer so that any change in

one
say the third sheet appears on the other sheets also?


After you are finished with designing 1st sheet, link header fields on
another worksheet to according header fields on designed one. P.e. you
designed header for sheet Sheet1. On sheet Sheet2 into cell A1 ebter the
formula
=IF(Sheet1!A1="","",Sheet1!A1)
, and copy this formula to whole header range. After that you may select the
header range on Sheet1, copy it, select A1 on Sheet2, and paste special at
first with Formats selected, and afterwards with Column Widths selected. But
when you did have some header cells on Sheet1 formatted as text, then on
Sheet2 according cells must be formatted as General (because no formulas
will work in cells formatted as Text)


Arvi Laanemets


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 99
Default headers in worksheet

A correction: must be
.... check next tab of Page Setup Wizard (Sheet), click on selector button to
right of 'Rows to repeat at top', ...


Arvi Laanemets




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 194
Default headers in worksheet

Arvi

To change one header & or footer and have all worksheets be changed group
the worksheets you want affected. To group all between select the first one
and hold the "Shift" key and select the last one and all will be "grouped".
To only group selected worksheets select the first sheet you want changed and
while holding "CTRL" select each sheet you want grouped, make your changes.
When finished making your changes "UNGROUP" your worksheets. Because any
change made to any one grouped worksheet is applied to all grouped worksheets.

HTH

Mike Rogers

"Arvi Laanemets" wrote:

Hi


"aamir" wrote in message
...
I have a six page worksheet or workbook as a template. The top part looks
like a header but is not because nothing come up in view header/footer.


You mean in File Page Setup Header/Footer? No need for this, instead
check next tab of Page Setup Wizard (Sheet), right.click on selector button
to right of 'Rows to repeat at top', and select top 5 rows from active sheet
(or simply enter $1:$5 or whatever into this field). Repeat this for every
page.


Presently the six individual sheets of the worksheet do not appear

connected:
1. How can i put the contents of say the top five lines into a header?
2. how do i then link the sheets for header/footer so that any change in

one
say the third sheet appears on the other sheets also?


After you are finished with designing 1st sheet, link header fields on
another worksheet to according header fields on designed one. P.e. you
designed header for sheet Sheet1. On sheet Sheet2 into cell A1 ebter the
formula
=IF(Sheet1!A1="","",Sheet1!A1)
, and copy this formula to whole header range. After that you may select the
header range on Sheet1, copy it, select A1 on Sheet2, and paste special at
first with Formats selected, and afterwards with Column Widths selected. But
when you did have some header cells on Sheet1 formatted as text, then on
Sheet2 according cells must be formatted as General (because no formulas
will work in cells formatted as Text)


Arvi Laanemets



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 194
Default headers in worksheet

Arvi

I just re-read your post!!! You can still effect the change you want by
grouping, changing the top five rows and ungrouping. By grouping you can
formate and place the top five the way you want. Group, entering the info you
want and ungroup. There are some limitations with this but not knowing you
layout this should get you in the ball park.

HTH

Mike Rogers

"Mike Rogers" wrote:

Arvi

To change one header & or footer and have all worksheets be changed group
the worksheets you want affected. To group all between select the first one
and hold the "Shift" key and select the last one and all will be "grouped".
To only group selected worksheets select the first sheet you want changed and
while holding "CTRL" select each sheet you want grouped, make your changes.
When finished making your changes "UNGROUP" your worksheets. Because any
change made to any one grouped worksheet is applied to all grouped worksheets.

HTH

Mike Rogers

"Arvi Laanemets" wrote:

Hi


"aamir" wrote in message
...
I have a six page worksheet or workbook as a template. The top part looks
like a header but is not because nothing come up in view header/footer.


You mean in File Page Setup Header/Footer? No need for this, instead
check next tab of Page Setup Wizard (Sheet), right.click on selector button
to right of 'Rows to repeat at top', and select top 5 rows from active sheet
(or simply enter $1:$5 or whatever into this field). Repeat this for every
page.


Presently the six individual sheets of the worksheet do not appear

connected:
1. How can i put the contents of say the top five lines into a header?
2. how do i then link the sheets for header/footer so that any change in

one
say the third sheet appears on the other sheets also?


After you are finished with designing 1st sheet, link header fields on
another worksheet to according header fields on designed one. P.e. you
designed header for sheet Sheet1. On sheet Sheet2 into cell A1 ebter the
formula
=IF(Sheet1!A1="","",Sheet1!A1)
, and copy this formula to whole header range. After that you may select the
header range on Sheet1, copy it, select A1 on Sheet2, and paste special at
first with Formats selected, and afterwards with Column Widths selected. But
when you did have some header cells on Sheet1 formatted as text, then on
Sheet2 according cells must be formatted as General (because no formulas
will work in cells formatted as Text)


Arvi Laanemets



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Transferring data from one worksheet to another based on criteria dread Excel Discussion (Misc queries) 5 July 28th 06 07:37 PM
Retrieve data from all of the worksheet within the file dannyboy213 Excel Worksheet Functions 1 March 22nd 06 06:51 PM
Populating worksheet via a drop down list ! kuansheng Excel Worksheet Functions 4 February 14th 06 05:48 AM
Search/Match between 2 x separate Worksheets and populate result in third worksheet Alan Bartley Excel Discussion (Misc queries) 1 April 11th 05 05:21 AM
Weekly Transaction Processing Ralph Howarth Excel Worksheet Functions 4 January 19th 05 05:37 AM


All times are GMT +1. The time now is 01:20 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"