CodePudding user response:
The original poster can't post the code?Delete bad line, is caused such
FOR ll_RowOn=1 TO dw_1. RowCount ()
Dw_1. DeleteRow (ll_RowOn)
NEXT
Had changed to the following
FOR ll_RowOn=dw_1. RowCount () to step 1-1
Dw_1. DeleteRow (ll_RowOn)
NEXT