Archive for the ‘Worksheet Protection’ Category

Hack into a protected Excel 2007 Sheet

September 18th, 2009

When Microsoft introduced Excel 2007, they introduced new file types – we all know them by now: xlsx, xlsm, xltx, etc. These file types are often referred to as Open XML. That's because the new file types are essentially packages that contain XML files. If you take an xlsx file and change the extension to zip, you'll be able to see all the xml documents that make up your Excel file.

 

The new Open XML file types come with lots of benefits. One of the major benefits is that you can change the content and properties of an Excel 2007 file simply by manipulating the XML documents that make it up.

 

Well, while playing with the Open XML files, I discovered that you can remove spreadsheet protection simply by applying a simple edit to the xml within the Excel file.

  » More: Hack into a protected Excel 2007 Sheet

Protect Worksheet Structure with Array Formulas

July 31st, 2009

In the another display of passive aggressive behavior, I want to show you a trick you can use to prevent anyone from adding or deleting rows or columns by using a simple array formula. 

I'm pretty sure I got this trick from Bob Umlas.  Most Bob tricks, they are extremely cool, but I never seem to find situations where I can use them.  But, maybe this trick will hit the spot for some of you.

. » More: Protect Worksheet Structure with Array Formulas

Limiting Movement within Your Worksheet

July 14th, 2009

It's always fun to be passive aggressive toward your users.

Here's a new way to exert your impotent rage on the power user who's always doing wonky things to your spreadsheets.

You can limit navigation to a certain range of cells. Here's how:

  » More: Limiting Movement within Your Worksheet