mayday1
Board Regular
- Joined
- Oct 5, 2007
- Messages
- 241
The macro reads in about 30,000 records does some simple, very simple, editing and that's it. One column sometimes has missing data after the macro runs. Sometimes many of the rows are affected, sometime all of them.
I'm pretty sure the problem is something in that column. I've tried my macro with just a few rows and haven't been able to narrow down the culprit yet. I've run it with just 1000 rows and caused the error but I can't see which row(s) have something wrong with them.
If I included in my macro some commands that take focus of that column and do a mass change from the problem character to a space I'd be good. I've tried manually doing this with ~@$%^&*, etc with no luck. How do I do a replace on line breaks and other special characters that might be in the text?
I'm pretty sure the problem is something in that column. I've tried my macro with just a few rows and haven't been able to narrow down the culprit yet. I've run it with just 1000 rows and caused the error but I can't see which row(s) have something wrong with them.
If I included in my macro some commands that take focus of that column and do a mass change from the problem character to a space I'd be good. I've tried manually doing this with ~@$%^&*, etc with no luck. How do I do a replace on line breaks and other special characters that might be in the text?