TogglebehindFill - Macro refinement - Reg.

Sub ToggleOutlineBehindFill()
If ActiveSelection.Outline.BehindFill = True Then
ActiveSelection.Outline.BehindFill = False
Else
ActiveSelection.Outline.BehindFill = True
End If
End Sub

The script i got it here.  but this script does only working on single element only. if it is grouped then it is not working,

please someone edit this