#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 390
Default Arrange Footer

I have a file with 31 sheets and every sheet has a footer ABC 6/1. How can I
arrange this footer in all sheets to ABC 6/0.

Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,510
Default Arrange Footer

Hi Max,

Select all sheets. To do this, select the first sheet then hold the Shift
key down and select the last sheet.
Note: Selecting the first sheet and holding Shift before clicking another
sheet selects all sheets in between. Holding Ctrl key, you can individually
select additional sheets.

Open Page Setup and edit the footer and it will apply to all selected sheets.



--
Regards,

OssieMac


"MAX" wrote:

I have a file with 31 sheets and every sheet has a footer ABC 6/1. How can I
arrange this footer in all sheets to ABC 6/0.

Thanks in advance.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Arrange Footer

Please note that grouping the sheets will change most elements of the page
setup to that of first sheet selected.

Print Range and Rows to Repeat are exceptions.

So...........if you have custom margins or such that you don't want to
change...........don't group the sheets.

You may want a macro that changes the footer only.

Sub Change_Footer()
Dim wkSht As Worksheet
For Each wkSht In ThisWorkbook.Worksheets
wkSht.PageSetup.RightFooter = "ABC 6/0"
Next wkSht
End Sub



Gord Dibben MS Excel MVP

On Mon, 8 Feb 2010 14:32:09 -0800, MAX
wrote:

I have a file with 31 sheets and every sheet has a footer ABC 6/1. How can I
arrange this footer in all sheets to ABC 6/0.

Thanks in advance.


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
How to arrange number? Sherees Excel Discussion (Misc queries) 9 February 1st 10 01:25 PM
Auto Arrange Kanmi Excel Worksheet Functions 2 June 23rd 09 09:56 PM
How do I re arrange numbers Raz Excel Worksheet Functions 3 November 12th 08 07:04 PM
Excel footer to look like Word footer? Carole O Excel Discussion (Misc queries) 5 June 2nd 08 11:25 PM
Arrange Windows Bean123r Excel Discussion (Misc queries) 0 January 24th 06 09:35 PM


All times are GMT +1. The time now is 11:54 PM.

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

About Us

"It's about Microsoft Excel"