Loop for Deleting Rows
I have a loop for deleting rows where the column value isn't what I wantWhen I run the loop I keep the first set of rows meeting my specifications then it deletes all other rows. I am importing from an excel file and it has several rows in succession of what I want then a gap with other data then later another several. I only get the first setN_loop = N Rows(dt_a);
i_loop = 0;
While(N_loop > i_lo
...