S
Strobo
Hi,
I'm making a table that contains 3 check boxes in each row (Pass, Fail and
NT). I want to make any row with a Fail ticked turn red.
Im trying to do is by setting an exit macro as
Sub onFailGoRed()
Selection.Rows(1).Shading.BackgroundPatternColor = wdColorRed
End Sub
but this ends up changing the shading of the first line in the document
rather than the current row in the table.
What am I doing wrong?
Thanks
I'm making a table that contains 3 check boxes in each row (Pass, Fail and
NT). I want to make any row with a Fail ticked turn red.
Im trying to do is by setting an exit macro as
Sub onFailGoRed()
Selection.Rows(1).Shading.BackgroundPatternColor = wdColorRed
End Sub
but this ends up changing the shading of the first line in the document
rather than the current row in the table.
What am I doing wrong?
Thanks