M
Mischa Browne
Hi,
I want my workbook to be protected not to be opened after 2004,7,19.
Is below line the proper code to do so?
Or can user hack this code, even though the my macro's are protected by
password?
Application.OnTime DateSerial(2004,7,19) + TimeSerial(13,0,0), "MacroName"
Tkx
Regards,
Mischa
I want my workbook to be protected not to be opened after 2004,7,19.
Is below line the proper code to do so?
Or can user hack this code, even though the my macro's are protected by
password?
Application.OnTime DateSerial(2004,7,19) + TimeSerial(13,0,0), "MacroName"
Tkx
Regards,
Mischa