I have this spreadsheet called "Sheet1"
Column A of the spreadsheet contains the information I need.
I would like the VB code to cycle through each row.
If the cell on column A is null or contains a value less 1000 then this row will be deleted.
The maximum amount of consecutive rows that may contain a null cell is 5 (within the data range).
This is important as once it reaches the end of the information there is obviously nothing but null cells and may get itself into an infinite loop.
One way I was thinking of getting round this problem, was to simply highlight the cells to be deleted and get it to loop through all lines until it had deleted six consecutive rows and run the delete command at the end.
I would be grateful if someone would help me with the coding of this
[Pipe]
Column A of the spreadsheet contains the information I need.
I would like the VB code to cycle through each row.
If the cell on column A is null or contains a value less 1000 then this row will be deleted.
The maximum amount of consecutive rows that may contain a null cell is 5 (within the data range).
This is important as once it reaches the end of the information there is obviously nothing but null cells and may get itself into an infinite loop.
One way I was thinking of getting round this problem, was to simply highlight the cells to be deleted and get it to loop through all lines until it had deleted six consecutive rows and run the delete command at the end.
I would be grateful if someone would help me with the coding of this
[Pipe]