Excel VBA Toolbox

This section contains a whole host of Excel VBA routines, techniques and code that don’t really warrant having a page of their own but are very useful none the less. Whilst these routines have been tested in Excel, many of them will also work in the other VBA enabled Office applications exactly as they are, […]

Creating Graphical Comment Boxes

Microsoft Excel contains a useful feature for allowing users to add a comment to a spreadsheet cell, which can be used to provide instructions to other people who may use the sheet. Cells with comments are denoted with a small red triangle in the top right corner, which then displays the comments box when the […]

Excel Cell Protection Techniques

If you develop solutions for other people using Excel as platform you will almost certainly have been in a situation where a user has (accidentally?) managed to mess things up by trying to change something they shouldn’t. In all good software solutions, the users should only be able to edit the parts they need to, […]

Excel Cell Naming Tips

It doesn’t take most regular Excel users very long to get used to the alphanumeric referencing system for cells such A4, C8, BA27 etc, and this is fine when constructing fairly small and simple spreadsheets. However once workbooks and their worksheets become larger than just a few cells, trying to remember which number was in […]

Excel Cell References Explained

Microsoft Excel has two types of cell reference – Absolute and Relative, and an understanding of how these references differ and work can help the spreadsheet designer to save vast amounts time when compiling their spreadsheet, especially when they are copying formulae or worksheets around a workbook. To best describe the difference between the two […]