E
Eric
Hello,
I was given by Norman H. this macro to add the path and filename of the
workbook in the footer:
Private Sub Workbook_BeforePrint(Cancel As Boolean)
ActiveSheet.PageSetup.LeftFooter = ActiveWorkbook.FullName
End Sub
This routine works great but is there a way to force a UNC format when
writing the path?
Thank you.
Eric.
I was given by Norman H. this macro to add the path and filename of the
workbook in the footer:
Private Sub Workbook_BeforePrint(Cancel As Boolean)
ActiveSheet.PageSetup.LeftFooter = ActiveWorkbook.FullName
End Sub
This routine works great but is there a way to force a UNC format when
writing the path?
Thank you.
Eric.