fredstonina
New Member
- Joined
- Jul 14, 2015
- Messages
- 2
I'm brand new to VB / Macros in excel but had a little experience with HTML - I thought I'd be able pick up how to write this code but I'm having a hard time. Here's the gist:
1. I get a new spreadsheet every month. It has a single column, is very long (+10,000) and has an unknown range - the range changes each month.
2. Each cell has a string of letters. I need to be able to find a specific word within that string. For example, if I'm looking for the word "dog" and A1 contains "athdogmns" then yes I want to know that. If A2 contains "athdjogal" then no I don't care about that.
3. I want to compile all of the "hits" into a new column, in a new spreadsheet. So if the macro found the word "dog" 6 times then I would have a new spreadsheet where it listed the full strings containing the word "dog."
Please let me know if there is something I'm not making clear - thank you!
1. I get a new spreadsheet every month. It has a single column, is very long (+10,000) and has an unknown range - the range changes each month.
2. Each cell has a string of letters. I need to be able to find a specific word within that string. For example, if I'm looking for the word "dog" and A1 contains "athdogmns" then yes I want to know that. If A2 contains "athdjogal" then no I don't care about that.
3. I want to compile all of the "hits" into a new column, in a new spreadsheet. So if the macro found the word "dog" 6 times then I would have a new spreadsheet where it listed the full strings containing the word "dog."
Please let me know if there is something I'm not making clear - thank you!