Hello all
I hope you can help me on this please
I want to change this code so that it delete all row NOT equal to "INS" instead of deleting "INS"
Any ideas please
arrWords = Array("INS")
xlCalc = Application.Calculation
Set rng = Range("c1:c2000")
For rw =...