Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I finally got it, thanks to Ivan F Moala and
http://www.mrexcel.com/archive/VBA/18199.html Private Sub btnTitle_Click() Dim strTitle As String strTitle = frmPageTitle.txtTitle.Value ActiveSheet.PageSetup.CenterHeader = "&""Arial,Bold""&14 " & strTitle _ & Chr(10) & (Date) frmPageTitle.Hide End Sub "DDawson" wrote: "DDawson" wrote: Is there a way to make Excel ask for Custom Header Text after sending a print command. I want to be able to print out Autofiltered Tables and have specific titles for them according to the data I've filtered. If Excel could ask me for the Title text before the print, this would be ideal. Regards Dylan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
My header and footer show in print preview but don't print. | Excel Discussion (Misc queries) | |||
Can you link a custom property to an Excel custom header text? | Setting up and Configuration of Excel | |||
Excel: custom header - is it possible to paste into header? | Excel Worksheet Functions | |||
how do I permanetly add custom header to excel header list? | Excel Discussion (Misc queries) | |||
Custom Header | Excel Discussion (Misc queries) |