View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
goss[_31_] goss[_31_] is offline
external usenet poster
 
Posts: 1
Default Print signature lines as footer

Hi ng
Using xl 2003

Using nodupes to print employee timesheets
(An individual sheet prints for each employee based on name in col A)

Would like to also print signature lines at bottom of each report

Tried this,not working

Private Sub Workbook_BeforePrint(Cancel As Boolean)
Application.ScreenUpdating = False
Sheets("mytools").Select
Set myfooter = Range("A11:F16")

ActiveSheet.PageSetup.RightFooter = myfooter

End Sub

The data to be printed is on Time_Entry!

The footer should have line for employee signature and another line fo
mgr signatur

--
Message posted from http://www.ExcelForum.com