Or purchase full version below.
Please beware that anytime a cell is highlighted you will lose your Edit history (Undo / Redo arrows).
Best way to avoid any unintentional loss of history is to keep at least 2 cells as the Min
imum
cell limit.
This will allow you to have better control of what gets highlighted without the need to keep turning
highlighting On and Off.
This is not a bug but a feature of Excel. Anytime any Add-In changes anything the Edit history is cleared.
Compatible with 32-bit and 64-bit versions of:
on Windows. Version 4.0 or higher of .NET Framework is needed.
Currently there is no version for Excel prior 2007 version. If compatibility with these older versions is a necessity for you and/or if you are willing to help with testing, please contact me.
Enabled
BorderColor
MinCells
MaxCells
The settings file is called HighlightSelectionAddinSettings.xml
and it is stored in folder C:\Users\<username>\AppData\Roaming\
.
These settings are loaded only when Excel launches, so make any changes beforehand.
<?xml version="1.0" encoding="utf-8"?> <MyConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <BorderColor>Orange</BorderColor> <MinCells>2</MinCells> <MaxCells>50</MaxCells> <Enabled>true</Enabled> </MyConfig>
$2.00
$3.00
For requests about bulk purchases and company-wide or source code licensing please contact me
Purchases are handled through FastSpring.com
Follow the same steps as in the installation guide to reach the Add-Ins
window
File → Options → Add-Ins → Manage Excel Add-ins → Go...
Here simply uncheck the Highlight Selection Add-In
from the Available Add-Ins
list.
Delete the settings file called HighlightSelectionAddinSettings.xml
which is stored in folder C:\Users\<username>\AppData\Roaming\
.
1.1a 21.7.2014
Performance improvements
11.7.2014
Added Free Version
1.1 19.5.2014
Added Cell Limits
Better UI for selecting colors
Disabled highlighting when in Copy/Cut mode
1.0 24.4.2014
Initial release