K
Karen
Using Excel 2000
I use the following code to place in my footer for the
network path. I want to add the time and date as well.
Should I use the =NOW() function? If so, where do I place
it in the code?
Private Sub Workbook_BeforePrint(Cancel As Boolean)
ActiveSheet.PageSetup.LeftFooter = "&""arial""&8 " &
ActiveWorkbook.FullName
End Sub
Thank you in advance
I use the following code to place in my footer for the
network path. I want to add the time and date as well.
Should I use the =NOW() function? If so, where do I place
it in the code?
Private Sub Workbook_BeforePrint(Cancel As Boolean)
ActiveSheet.PageSetup.LeftFooter = "&""arial""&8 " &
ActiveWorkbook.FullName
End Sub
Thank you in advance