Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / March 2008

Tip: Looking for answers? Try searching our database.

Footer

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
DD - 13 Mar 2008 09:11 GMT
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
___________  ______________ ____________
Bob Phillips - 13 Mar 2008 09:36 GMT
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
> > ___________  ______________ ____________

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.