View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Robert Crandal Robert Crandal is offline
external usenet poster
 
Posts: 309
Default Modify data on a hidden sheet?

What if my VBA project is password protected so they cannot
access any of the code modules??? Will that help??

What are a few ways I can prevent anyone from modifying
data on a hidden sheet??? I need to cover my bases as much
as possible.

thank u


"Gord Dibben" <gorddibbATshawDOTca wrote in message
...

Yes, through VBA a user could alter values on a hidden sheet if they knew
the tab name or codename of that sheet.

Or they could run VBA to unhide the sheet and change everything on it.

Or even delete it.