Hi all,
I have the following code which is supposed to add "N/A" to cells and colour them in green:
If ch = vbOK Then Target.Cells.Interior.ColorIndex = 43
Range(Cells(Target.Row, twelvewl + 1), Cells(Target.Row, twelvewr)) = "N/A"
Range(Cells(Target.Row...