Recently I have made a number of improvements to my utilities. Sorry for not posting sooner!
CHOOSEFROMRANGE and CHOOSEFROMLIST are 2 useful new functions. You can use them to return a random value from a range (for the former) or a custom list (for the latter). I¡Çve also updated a few of the other functions – special thanks to Jimmy Peña from Code for Excel and Outlook for his help and suggestions.
I have added new features to Insert Sequential List In Selection. You can add, subtract, multiply and divide by a secondary number when inserting Sequential Numbers, Unique Random Numbers and Repeating Random Numbers. You can also change the formatting of the cells for all of the above options as well as Sequential Dates or use the default (not change existing cell formatting). Another feature is that you can start over after inserting a set number of values. After some head scratching, I have decided to move this utility to Text Tools as I felt it fits in better with the other text tools I have on that sub menu.
Finally, something that code dabblers might find handy! You can copy the active cell¡Çs formula to the clipboard for use in VBA, eg ActiveCell.Formula = ¡È¡É. (Those dreaded double quote marks are replaced with Chr(34)). Choose from A1 or R1C1 conversion, it¡Çs in Developer Tools.
You can download the latest version here :-)
Quick Tip on the Quick Access Toolbar
While I am at it, you can add any tool, sub menu or the entire group to the QAT in Excel 2007 by right clicking it and selecting Add to Quick Access Toolbar.