Question
-
Topic
-
Protection for Excel macros
LockedI have a visual basic project written on the VB environment found in MS Excel (Basically an Excel macro). I want to be able to protect this code from prying eyes. I have tried using the VB password protection and ‘locked the project’ from viewing. But as I understand it, this is a very weak protection, and stuff can be downloaded off the web that can easily break it. I am looking for alternative methods to protect my file.
My intention is to distribute this MS Excel file within my company. I want the worksheets to be visible for use, but the source code I want protected at all cost.
One possibility I think is to build an exe file from this MS Excel file. But I am not sure how this works or how to do it. Any advice is welcome. Thanks.