iRowL is generally over 2000. Waiting for this loop to execute is like watching paint drying. Any suggestions will be appreciated.
Set Rng = Selection
For J = 2 To iRowL
X = Rng(J, 7) / Rng(J, 5)
For M = 2 To 4
Rng(J, M) = Rng(J, M) * X
Next M
Rng(J, 5) = Rng(J, 7)
Next J