GUIDO22
Registered User.
- Local time
- Today, 16:49
- Joined
- Nov 2, 2003
- Messages
- 515
I receive a CSV file from a service that provide horse racing data. I wish to work through the rows and using a simple cell value of say 0 to distinguish rows I want to avoid from those I want to keep.
When I have worked through all the rows - I wish to be able to invoke a VBA function, to physically remove all rows from the worksheet where the cell value =0.
Does anyone know the code to iterate through 1...n rows in a worksheet and depending upon a specific cell value in each row delete that row from the worksheet and continue down until all rows have been processed please...?
This would make things much simpler for me on a day to day basis....!
Thank you.
When I have worked through all the rows - I wish to be able to invoke a VBA function, to physically remove all rows from the worksheet where the cell value =0.
Does anyone know the code to iterate through 1...n rows in a worksheet and depending upon a specific cell value in each row delete that row from the worksheet and continue down until all rows have been processed please...?
This would make things much simpler for me on a day to day basis....!
Thank you.