mahoney403
New Member
- Joined
- Feb 20, 2013
- Messages
- 30
Hi,
I need a VBA code that will insert a column nxt to A, search column A for a string of say 50 cities, and then enter the classification of that city into column B. example below.
Before
A B
1 Boston Good
2 Atlanta Good
3 Georgia Bad
4 NewYork Bad
After
A B C
1 Boston MA Good
2 Atlanta GA Good
3 Cleveland OH Bad
4 NewYork NY Bad
I'm not actually using ciies and states, but if someone could get me started on this code, I can play around with it to get what I want.
Thanks in advance
I need a VBA code that will insert a column nxt to A, search column A for a string of say 50 cities, and then enter the classification of that city into column B. example below.
Before
A B
1 Boston Good
2 Atlanta Good
3 Georgia Bad
4 NewYork Bad
After
A B C
1 Boston MA Good
2 Atlanta GA Good
3 Cleveland OH Bad
4 NewYork NY Bad
I'm not actually using ciies and states, but if someone could get me started on this code, I can play around with it to get what I want.
Thanks in advance