Skip to content

Excel equidistant background coloring using the golden ratio and VBA.

Notifications You must be signed in to change notification settings

jord1e/VBA-Golden-Ratio

Repository files navigation

VBA Golden Ratio

Excel equidistant background coloring using the golden ratio and VBA.

Macro Output

Usage

To use this macro, call the ColorUniqueCellsUsingGoldenRatio subroutine with a Range argument.

Dim selection As range
Set selection = Application.selection
ColorUniqueCellsUsingGoldenRatio selection ' or: Call ColorUniqueCellsUsingGoldenRatio(selection)

Citations