Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
function WhatInteriorColorIndex(rng as range)
WhatInteriorColorIndex = rng.interior.colorindex
end function
' you can sort colors in any order you wish if you simply
' replace the colorindex value with a valus that corresponds to ' whatever sort order you want, e.g.
' For(Blue ColorIndex 5)to sort before (Red ColorIndex 3)
' simply replace the red index (3) with a (6) one greater than ' blue (5)
me said:[!]NOT[/!] a Sheet or ThisWorkbook
me said:Right click on the Sheet or ThisWorkbook and select Insert > Module - paste the code there.