Highlight Selection – Excel Add-In — Michal Bureš

1 min read Original article ↗

Settings file #

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>