Good Morning,
I have written a macro that pulls data from another workbook, formats the data and then removes 'blank' records into another worksheet. The remove blank code looks like this
LRlimit is a recordcount done previous, and the worksheet is correct.
To sum this up easily, the code looks for records that are incomplete, copies the row to my 'dump' sheet and then delets the record from the main sheet.
The problem that i am having, is that some records that contain blank cells are not being copied, and I can't figure out why. I have had an instance where the code has picked up one record, and left another that is pretty much identical. I have checked these cells and they do really contain nothing, not spaces,special chars or farmula so I can't figure out why it would not work
Any help would be greatly appreciated
P
Bookmarks