#1   Report Post  
Pjotr
 
Posts: n/a
Default Footer

Can I insert the value of a cell (text) in a footer.
I want the footer to update automatically if the value of teh cell changes.

For example, if cell A3 on Sheet 1 = "Test" I want to use this text in all
my footers in the other tabs in my worksheet.

Any suggestions would be much appreciated.

Pjotr
  #2   Report Post  
Gord Dibben
 
Posts: n/a
Default

Pjotr

Sub Cell_in_Footer()
Set wkbktodo = ActiveWorkbook
For Each ws In wkbktodo.Worksheets
With ws
.PageSetup.RightFooter = Sheets("Sheet1").Range("A3").Text
End With
Next ws
End Sub


Gord Dibben Excel MVP


On Tue, 12 Apr 2005 14:14:15 -0700, "Pjotr"
wrote:

Can I insert the value of a cell (text) in a footer.
I want the footer to update automatically if the value of teh cell changes.

For example, if cell A3 on Sheet 1 = "Test" I want to use this text in all
my footers in the other tabs in my worksheet.

Any suggestions would be much appreciated.

Pjotr


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 insert a picture in the Footer (not the Header) in Excel 20 jmon Excel Worksheet Functions 2 March 17th 05 05:59 AM
Inserting Footer - Ajit Ajit Munj Excel Discussion (Misc queries) 2 March 11th 05 02:39 PM
How to automate custom footer on all tabs neal august Excel Discussion (Misc queries) 1 March 3rd 05 02:38 PM
Formatting a footer with a top border-line Ed Isenberg Excel Discussion (Misc queries) 3 December 19th 04 10:41 PM
Date in Footer Karen Excel Worksheet Functions 1 November 22nd 04 05:33 PM


All times are GMT +1. The time now is 06:00 PM.

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"