sscott1985
New Member
- Joined
- Apr 28, 2016
- Messages
- 6
So, I've developed a small piece of Excel-based software that I'm thinking would benefit from some sort of password protection. Basically, I aim to sell the software in some form but I would like to at least try to limit piracy on some level. I'm not a huge VBA-user but I'm not exactly scared by it either and I have time to learn before the software's release. Anyway, I've read up a small bit regarding password protecting the worksheet, however, I'm not sure how useful it will be. Couldn't anyone who shares the worksheet online just share the sign-in credentials needed to open it? Is there some way to make it so the worksheet is linked to one machine to limit sharing? I can't really speak from experience on how to protect this software since this is my first endeavour into selling software so I'm depending on some help from the group.
On a sidenote, I've already thought that I may start with some sort of maze of if statements to make it so that only things I want to be edited can be edited. Basically, I'm planning on making it so that if someone deletes certain cells that refer to me as the creator that the software will compromise the rest of the worksheet's coding. This way, anyone planning on hiding me as the creator for the purpose of repacking it will ruin the worksheet's functionality.
Another thread I read really got too far into the hypotheticals of piracy in general. I understand that "pirater's gonna pirate", I just want to attempt to keep things at least a little secured. Anyway, thoughts?
On a sidenote, I've already thought that I may start with some sort of maze of if statements to make it so that only things I want to be edited can be edited. Basically, I'm planning on making it so that if someone deletes certain cells that refer to me as the creator that the software will compromise the rest of the worksheet's coding. This way, anyone planning on hiding me as the creator for the purpose of repacking it will ruin the worksheet's functionality.
Another thread I read really got too far into the hypotheticals of piracy in general. I understand that "pirater's gonna pirate", I just want to attempt to keep things at least a little secured. Anyway, thoughts?