Dennis wonders if there is a way to lock a workbook in such a way that would prevent the "password breaker" VBA codes (or anything else for that matter) from cracking the password.
The short answer: sort of. I know that answer sounds rather wishy-washy, and perhaps non-committal, but there is a reason for that.
You see, the real answer depends on whether you want to rely strictly on what Microsoft has built into Excel or you want to rely on third parties. The tools that Microsoft provides for protecting workbooks aren't really that great. They've been getting better with each new version of Office, but they still aren't impossible to crack.
To get around this, many people don't distribute workbooks to others. Instead, they generate results in some other format—such as a PDF file—and then distribute those. This protects the original data in the worksheet and keeps the formulas in the worksheet away from others entirely.
If you need to distribute actual workbooks, the best approach is to not rely on Microsoft and, instead, look to third-party solutions. A good encryption tool could be used to encrypt the workbook file, making it all but impossible for anyone without the password to open it. Some even require two-pass authorization, which further protects whatever is in the file.
Understand, as well, that the type of third-party tools I'm talking about aren't limited to encrypting Excel workbooks. They are the type of tools that are more general-purpose in nature, providing the ability to encrypt any type of computer file.
How do you find good third-party encryption tools? You can do a search for "strong encryption," "encryption programs," or "encryption utilities" using your favorite browser, and it should turn up plenty of alternatives. When you find something that looks promising, make sure you then do a search using the product name and/or company name as the keyword. That will allow you to see if others are having problems with the product or with the company that makes the product.
Finally, you should understand that no matter what level of protection you use or what approach you use to protection, it is virtually impossible to "guarantee" that nobody can crack the encryption. Think NSA—there is a good bet that they (or other state-sponsored agencies) could, given enough time, crack your workbook. Fortunately, unless you are protecting state secrets or your workbook implements a way to select every winning lottery number there is, such folks won't spend the time or resources necessary to get at your data.
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (13409) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, and Excel in Office 365.
Comprehensive VBA Guide Visual Basic for Applications (VBA) is the language used for writing macros in all Office programs. This complete guide shows both professionals and novices how to master VBA in order to customize the entire Office suite for their needs. Check out Mastering VBA for Office 2010 today!
Want to protect the Excel information stored in a particular folder on your system? There are a number of ways you can ...
Discover MoreWant to stop other people from making unauthorized changes to your workbook? Excel provides a way that you can protect ...
Discover MoreExcel allows you to protect your worksheet data in several different ways. Unfortunately, it doesn't allow you to protect ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
2019-08-19 11:37:43
Ron
I saw a really good idea for personal passwords.
If you sell a product to a person and you don't want them to share the password, use the customer's credit card number+expiry date+CV code as the password.
2015-11-07 05:22:23
Petros
The DocRecrypt tool gives IT admins who have configured the escrow key feature options to get access to password protected OpenXML files. An IT admin can use the tool and the private key of the escrow certificate to decrypt your files! Microsoft has designed this backdoor, so corporate users cannot be locked out of their critical files.
Caution: The Office DocRecrypt tool cannot be used to recover files that were password-protected before escrow key deployement!
Read more:
http://www.spreadsheet1.com/excel-protection-myths-busted.html
Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2021 Sharon Parq Associates, Inc.
Comments