Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Printing / September 2003

Tip: Looking for answers? Try searching our database.

Headers using cell reference

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Paul Dixon - 09 Sep 2003 12:05 GMT
Has anyone worked out a way to use data in a cell as part
of a header string?
Paul Cundle - 09 Sep 2003 12:15 GMT
Please search this or almost any other Excel group at
http://www.google.com/grphp for an answer which has been provided hundreds
if not thousands of times before. Some new functionality was introduced in
XP, but there is no way to link headers with the main sheet in Excel2k or
previous.

Paul C,
Signature


> Has anyone worked out a way to use data in a cell as part
> of a header string?
Paul B - 09 Sep 2003 14:49 GMT
Paul, as stated if you do a search will should fine many ways, but here is
one to do it for you before you print the sheet

Private Sub Workbook_BeforePrint(Cancel As Boolean)
'put in worksheet code, will put what's in A1 in the right header
ActiveSheet.PageSetup.RightHeader = Range("A1")
End Sub

Signature

Paul B
Always backup your data before trying something new
Using Excel 97 & 2000
Please post any response to the newsgroups so others can benefit from it
** remove news from my email address to reply by email **

> Has anyone worked out a way to use data in a cell as part
> of a header string?

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.