if you like, i can send you my files using a secure link if you have one?
Sorry, you can't send the file to me. Forum correspondence needs to be kept public - refer to #4 of the
Forum Rules
You
can upload a sample file (I would suggest
much less than 1,000 rows & with any sensitive data removed or disguised) to a file-share site like DropBox or use OneDrive/Google drive etc and provide a link here.
However, the problem for me is not the file, it is understanding the problem & that requires you to clarify.
Statements like ..
you can see that i have a few lines that need to be fixed
.. don't clarify because you might know what to look at to know what needs fixing but I don't. You need statements like "rows 10 and 22 are wrong because they have dates in column D when they should have names. We need to fix that by removing those rows"
Another confusing thing for me is that your second screen shot bears no resemblance to the first. The first has mostly numerical data and the code shown apparently is to remove the non-numerical rows (but you haven't specifically stated that) yet the second screen shot has names in column A.
What might be more help is to move away from showing things that do not work and show
- what you have to start with
- what you want to end with and how you would get from the first to the second if you were doing it manually
BTW for that sample data shown in the second screen shot in post #21, the code I suggested early in thread deletes rows 1123 & 1124 (since CX01 and 'blank' do not appear in the Sheet2 list you provided).
Should either of those rows be kept? If so which one(s) and why?
Should any of the other rows show in that screen shot be deleted? If so, which ones and why?