Copy as List
The Copy as List add-in for Excel copies the selected cells to the clipboard as a pre-formatted list, ready to be pasted into another application. There are a set of
built-in list styles to create lists for pasting into emails or documents, SQL queries, Json structures, and horizontal or vertical Excel ranges.
The add-in includes a comprehensive task pane, with which you can define and save your own list styles.
Smart Indenter for VBA
The Smart Indenter is a utility to tidy up VBA code by rebuilding the indentation of each line. Most developers naturally indent code within control structures,
such as For...Next or If...End If. Many developers also indent all the code within a procedure, to ease identification of line labels, error handling blocks etc.
Smart Indenter provides lots of choices to get your code looking just right, including an option to automatically indent as you type.
The VBE Tools adds some much-needed utilities to the VB Editor, including:
- Move and resize userform controls pixel-by-pixel
- Performance-Test your code
- Record Excel macros directly into existing procedures
- Update code when a userform or ActiveX control is renamed
- Close all open document windows in one click