NauticalGent
Ignore List Poster Boy
- Local time
- Yesterday, 19:34
- Joined
- Apr 27, 2015
- Messages
- 6,747
Good day AWF!
My lovely wife came to me with ugliest excel spreadsheet I have ever seen. Due to a number of factors, I cannot import it and even when I did manage to do so, the data is all over the place. For example, in one record, the info she was looking for is in Field(column) F7 and in the next record, it is in Field(column) F56 and it just gets worse...
I was able to write a sub that looped though each field and search for a particular string and it is able to process about 12k records in less than 2 minutes. However, I was wondering if there was a way to search the entire record for a string without having to concatenate the fields OR loop through them.
I am certain there isn't, but I don't mind being wrong...
Thanks in advance!
My lovely wife came to me with ugliest excel spreadsheet I have ever seen. Due to a number of factors, I cannot import it and even when I did manage to do so, the data is all over the place. For example, in one record, the info she was looking for is in Field(column) F7 and in the next record, it is in Field(column) F56 and it just gets worse...
I was able to write a sub that looped though each field and search for a particular string and it is able to process about 12k records in less than 2 minutes. However, I was wondering if there was a way to search the entire record for a string without having to concatenate the fields OR loop through them.
I am certain there isn't, but I don't mind being wrong...
Thanks in advance!