Skip to content

jord1e/VBA-Golden-Ratio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

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

Releases

No releases published

Packages

 
 
 

Contributors