Yes, it needs code
Private Sub Workbook_BeforePrint(Cancel As Boolean)
With ActiveSheet.PageSetup
.LeftHeader = ActiveWorkbook.CustomDocumentProperties("myDate")
End With
End Sub
'This is workbook event code.
'To input this code, right click on the Excel icon on the worksheet
'(or next to the File menu if you maximise your workbooks),
'select View Code from the menu, and paste the code

Signature
HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
> Hello All,
>
[quoted text clipped - 12 lines]
> Thanks,
> Rudra
Aryan - 19 Jan 2007 10:11 GMT
Hey.......thnk u very much Bob......dat code really worked.......thnx
very much once again