Hi guys
This works fine as a macro, but when I tried sticking it in a module, saving it as an add-in, and using it in the worksheet, it fails with a non-descript 1004 error.
Public Function HexColour(ByRef Rng As Range, Ar As Range)
Dim myScale As Double
Dim Av As Double, Mi As Double, Ma...