View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Peter T[_3_] Peter T[_3_] is offline
external usenet poster
 
Posts: 81
Default Delete Temporary internet files

What's to stop anyone right-clicking link and SaveAs.
Search this ng for ways of protecting your wb & code as
much as possible, which isn't much. Passwords, code in
BeforeClose and/or BeforeSave to delete stuff, read only.
Might keep out the uninitiated but even they could copy
sheets.

Regards,
Peter

...I know it's not right to do this...

Phew!


-----Original Message-----
Thanks peter... I know it's not right to do this... but

the initial
idea is to stop someone from actually going into the temp

internet
folder to prevent them from taking my file and mess

around...

Thus I thought that if I could delete the file from the

cache after
the user is done reading it , it could suit my purposes.

Perhaps you have a better idea?


---
Message posted from http://www.ExcelForum.com/

.