Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions,microsoft.public.excel.programming
|
|||
|
|||
![]()
btw:
if you do several changes to page setup, try disabling screen repainting by Application.ScreenUpdating = False (and then back to True :) Page setup tends to make screen flicker. hth Paul Użytkownik "Chip Pearson" napisał w wiadomo¶ci ... Try something like the following before the PrintOut method: .PageSetup.CenterHeader = "whatever you want" -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Hmmm..." wrote in message ... I am printing a worksheet using With Sheets("Sheet1) ' Code that messes around with the worksheet ' ' .PrintOut End With How can I change the print header before doing the .PrintOut? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to get the Right Header Number to change after every print? | Excel Discussion (Misc queries) | |||
How to change the number in a header with each print? | Excel Discussion (Misc queries) | |||
My header and footer show in print preview but don't print. | Excel Discussion (Misc queries) | |||
use a range for a print header | Excel Discussion (Misc queries) | |||
Print header | Excel Worksheet Functions |