Q
quartz
Please help if possible:
I am trying to step backward through an array and my code
looks like the following:
dim lngX as long
For lngX = UBound(arrRows) To 1 Step -1
Rows(arrRows(lngX)).EntireRow.Delete
Next lngX
It seems to me this should work. Does anyone see any
errors?
I am trying to step backward through an array and my code
looks like the following:
dim lngX as long
For lngX = UBound(arrRows) To 1 Step -1
Rows(arrRows(lngX)).EntireRow.Delete
Next lngX
It seems to me this should work. Does anyone see any
errors?