I'm working on a new version of ASAP Utilities that fixes a couple of bugs and has a few new features.
Please tell me what you think of it.
Download: ASAPUtilities_setup_4-0-6-RC1.exe
New
- Export » Export selection as HTML table to clipboard...
 Added the option to specify an class for the TR-tag. You can also specify alternate use of the class.
- Range » Advanced sorting...
 Two sort-options were added:
 . Day of the week (start on Sunday)
 . Day of the week (start on Monday)
- New worksheet formula: =ASAPExtractFilename(FullFilename, optional separator)
 Extracts the file name from a full path & filename
 Example
 Cell B23 contains: D:\User Guide\screenshots\Sort random (shuffle).xls
 =ASAPExtractFilename(B23) will return "Sort random(shuffle).xls"
- New worksheet formula: =ASAPExtractFolderName(FullFilename, optional separator)
 Extracts the folder name from a full path & filename
 Example
 Cell B23 contains: D:\User Guide\screenshots\Sort random (shuffle).xls
 =ASAPExtractFolderName(B23) will return "D:\User Guide\screenshots"
- New worksheet formula: =ASAPGetFormula(FormulaCell)
 Returns the formula in a cell in local Excel language. Example: =GEMIDDELDE("A1:B12")
 Returns empty if the cell does not contain a formula
- New worksheet formula: =ASAPGetFormulaInt(FormulaCell)
 Returns the formula in a cell in international notation. Example: =AVERAGE("A1:B12")
 Returns empty if the cell does not contain a formula
Bug fixes
- Import > Insert Textfile separated by space...
 Didn't import correctly in Excel 2000. It separated the data on each space, in stead of treating multiple spaces (consecutive delimiters) as one.
- Import »  Merge multiple files in a new file.
 Fixed: Sometimes produced a runtime error 5 in Excel 2000.
 Fixed: It separated the data on each space in Excel 2000, in stead of treating multiple spaces (consecutive delimiters) as one.
- Select » Conditional select cells...
 Fixed a bug where in some cases the utility didn't find all cells because the option "Expand current selection"  was checked but invisible  and therefore couldn't be changed.
- Formula » Custom formula error message...
 Fixed: When you entered a non-numeric value quotes were saved and then doubled.
- Range » Empty duplicates in selection
 Fixed: Didn't properly remove all duplicate values if you range contained cells with errors too. The utility will now skip the cells that contain an error.