ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   workbook to be protected (https://www.excelbanter.com/excel-programming/304255-workbook-protected.html)

Mischa Browne[_2_]

workbook to be protected
 
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



Jeff Standen

workbook to be protected
 
Yup. Use an image control and change its Picture property to the image you
want.

Cheers,

Jeff

"Mischa Browne" wrote in message
...
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





Frank Kabel

workbook to be protected
 
Hi
removing this password from your code will take not more
than a minute :-)

See: http://www.mcgimpsey.com/excel/removepwords.html
for one free available tool

There's no real secure way to protect an Excel
application. The only secure way would be to create a COM-
Addin of your relevant code. But all other build-in
security measures can be circumvented without any problem
at all

-----Original Message-----
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


.



All times are GMT +1. The time now is 07:03 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com