i have following contents need to display in excel every page. anyway that
can fullfill the request.
I am using excel 2003
e.g contents
approval by hod approval owner approval
_________ ____________ ____________
audit aprroval implemented by reviewed by
___________ ______________ ____________
Something like this
Private Sub Workbook_BeforePrint(Cancel As Boolean)
With ActiveSheet.PageSetup
.LeftFooter = "Some text"
.CenterFooter = "Some text"
.RightFooter = "Some text"
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
(there's no email, no snail mail, but somewhere should be gmail in my addy)
>i have following contents need to display in excel every page. anyway that
> can fullfill the request.
[quoted text clipped - 6 lines]
> audit aprroval implemented by reviewed by
> ___________ ______________ ____________
DD - 14 Mar 2008 03:48 GMT
Hi,
Can I have something like this with the line bottom for someone signature ?
some text some text
_____________ _____________
> Something like this
>
[quoted text clipped - 23 lines]
> > audit aprroval implemented by reviewed by
> > ___________ ______________ ____________