Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
BobbJ
 
Posts: n/a
Default Is it possible to enter variable data into a header?

In composing a report of data which changes by date, is it possible to set
the header up to include variable date (as opposed to inserting a date time
or file name)? Is it possible to control data printed in a report so that
there are no orphans (data for a list that runs longer than the space
available on the remaining page)?

Thanks for the help
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default Is it possible to enter variable data into a header?

First enter this macro:


Sub Macr()
With ActiveSheet.PageSetup
.CenterHeader = Cells(1, 1).Value
End With
End Sub


Put something in A1 (like the date), run the macro and the header will be
updated.

--
Gary''s Student


"BobbJ" wrote:

In composing a report of data which changes by date, is it possible to set
the header up to include variable date (as opposed to inserting a date time
or file name)? Is it possible to control data printed in a report so that
there are no orphans (data for a list that runs longer than the space
available on the remaining page)?

Thanks for the help

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
Parsing Data all in one cell that is seprated by the Enter key ChuckW Excel Discussion (Misc queries) 4 February 14th 06 03:12 PM
ENTER DATA EXCELL SO RELATED DATA APPEARS VICKIO66 Excel Worksheet Functions 2 August 23rd 05 01:16 AM
Inserting Filtered RC cell information into other worksheets Dennis Excel Discussion (Misc queries) 10 July 30th 05 01:54 AM
Printing data validation scenarios SJC Excel Worksheet Functions 14 July 24th 05 12:43 AM
enter data in cell which will start macro to move data to sheet2 Tommy Excel Discussion (Misc queries) 0 May 12th 05 05:00 PM


All times are GMT +1. The time now is 09:36 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"