D
doki60
Hello
I have a VB script that I was running for all of my worksheets in Excel 200
t
put a date in the header of all worksheets in a workbook before printing.
Whe
I upgraded to 2010 it no longer worked. I've gone through the Trust Cente
an
enabled macros and clicked trust access to VBA. The script being run is a
follows
Private Sub Workbook_BeforePrint(Cancel As Boolean
ActiveSheet.PageSetup.RightHeader = Range("'revisiondate'!b2").Valu
End Su
Any ideas on how to get this to run again
Thanks
I have a VB script that I was running for all of my worksheets in Excel 200
t
put a date in the header of all worksheets in a workbook before printing.
Whe
I upgraded to 2010 it no longer worked. I've gone through the Trust Cente
an
enabled macros and clicked trust access to VBA. The script being run is a
follows
Private Sub Workbook_BeforePrint(Cancel As Boolean
ActiveSheet.PageSetup.RightHeader = Range("'revisiondate'!b2").Valu
End Su
Any ideas on how to get this to run again
Thanks