PC Review


Reply
Thread Tools Rate Thread

Cell Values in Headers & Footers

 
 
=?Utf-8?B?TWljYWggSg==?=
Guest
Posts: n/a
 
      14th Nov 2003
Is it possible to insert a cell value in a header or footer?

Thanks,

Micah
 
Reply With Quote
 
 
 
 
JMay
Guest
Posts: n/a
 
      14th Nov 2003
Right_Click on a Tab, choose View Code, then double-click ThisWorkbook of
your project..
Click on the Left-Box down-arrow select Workbook in the right_box down-arrow
select Before Print
Type in line 2 below:

Private Sub Workbook_BeforePrint(Cancel As Boolean)
ActiveSheet.PageSetup.LeftFooter = Range("A1").Value 'LeftFooter for
example with Cell A1 Value
End Sub

HTH

"Micah J" <(E-Mail Removed)> wrote in message
news:821ADBF8-B2CA-4115-8164-(E-Mail Removed)...
> Is it possible to insert a cell value in a header or footer?
>
> Thanks,
>
> Micah



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Headers & Footers _auto update info from a cell in the worksheet N Walton Microsoft Excel Misc 4 17th Jul 2009 02:36 PM
Cell values in custom headers =?Utf-8?B?ZGF2aWRk?= Microsoft Excel Misc 2 11th Aug 2006 10:23 PM
Can you reference cell values in Headers and Footers in Excel 200. =?Utf-8?B?amt5dGU=?= Microsoft Excel Misc 2 30th Dec 2004 09:05 PM
Headers based on Cell Values kraljb Microsoft Excel Misc 1 13th Nov 2004 07:16 AM
Cell headers and footers in tables FP 2003 =?Utf-8?B?TUZvZ2Vs?= Microsoft Frontpage 5 7th Feb 2004 11:26 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:00 AM.