I'm a total noob at vba, so forgive me if this is a simple fix.
Last time I were here, I got some nice person to help me with this:
Sub ToggleGrey()
Dim ChkBox As Excel.CheckBox
Set ChkBox = ActiveSheet.CheckBoxes(Application.Caller)
With Range(ChkBox.LinkedCell).Offset(0...