A
Ayo
errorWS.Range("B3").Value = Application.WorksheetFunction.CountA("A5:A" &
errorWS_startRow - 1)
The above line of code is always 1, even when errorWS_startRow is much > 1,
i.e:
errorWS_startRow=144, 749 etc.
Any ideas what is going on?
errorWS_startRow - 1)
The above line of code is always 1, even when errorWS_startRow is much > 1,
i.e:
errorWS_startRow=144, 749 etc.
Any ideas what is going on?