General Question. Is there a way to distribute (sell) an Excel File but protect the contents from being hacked, copied?

gkis2

New Member
Joined
Dec 5, 2018
Messages
17
I enjoy writing Code for Excel files. Is there any way I can ever sell an Excel file and protect it so that it can't just be copied and distributed freely to anyone who wants it?
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
I have done that many ways. Prior to Office 365, there were still easy ways for people to remove the passwords from protected sheets. I'll let others chime in, but I think they have improved the sheet protection. Locking the VBA is important.

More importantly, you need to build in the expiration and a way to renew it. They need to be able to pay for a copy or for an extended license and you need to be able to add that to their version of the workbook. I once created a string of ASCII characters that had an embedded date. I sent that to them. They used the update feature and pasted the string and the macro stored that in a hidden place. Your going to have to create a way to store a unique identifier in their version so that they can't share that with all their friends. In other words, one person could update and then send that to others. So, are you going to check their login names? Are you going to find a way to check the computer ID?

For me, I once created a way to copy all of their personal data over to a new version of the workbook so updates could be easier. I had to check for the expiration.
 
Upvote 0
At the end of the day Excel is not a secure platform and it is quite easy to breach it's security.
There are various Excel compilers that will turn you workbook into an Exe file, which is probably more secure, but have no idea what any of them are like.
 
Upvote 0

Forum statistics

Threads
1,214,430
Messages
6,119,454
Members
448,898
Latest member
drewmorgan128

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top