Did this work for you?
Edited to add:
If you want to use your colors, you'll want to use this code to find the color code number, which you can than use to edit or modify the vba code in module 3. Just insert this code in a module and attach to a button. You'll want to select a cell which has a background color and then click to activate this macro and then a pop-up window will appear with the color code # for that specific background color.
Sub check()
MsgBox Selection.Interior.ColorIndex
End Sub
Bookmarks