prestonosivad
New Member
- Joined
- Jun 17, 2016
- Messages
- 1
Hey team -- Long time fan of Mr. Excel, but this is my first post and I hope that you can help me out!
The code written helps me to determine if my students are sharing excel templates in order to submit less-than-honorably-produced assignments.
I created some code to automatically log the usernames of those that open and edit the workbook on a "xlVeryHidden" sheet named "Log". I have written the code directly in the VBAProject (filename.xlsm)>Microsoft Excel Objects>ThisWorkbook
**THE QUESTION: Is there a way to specifically hide/password protect JUST this code (or JUST the "ThisWorkbook" object)? My class involves VBA projects, and requires the students to be able to create new modules.
The code written helps me to determine if my students are sharing excel templates in order to submit less-than-honorably-produced assignments.
I created some code to automatically log the usernames of those that open and edit the workbook on a "xlVeryHidden" sheet named "Log". I have written the code directly in the VBAProject (filename.xlsm)>Microsoft Excel Objects>ThisWorkbook
**THE QUESTION: Is there a way to specifically hide/password protect JUST this code (or JUST the "ThisWorkbook" object)? My class involves VBA projects, and requires the students to be able to create new modules.