Hello, thank you for looking.
I have the following code:
.... Other States in Code with basically the same code, just differing range values.![]()
Please Login or Register to view this content.
After which there are more ElseIf statements that are dependent on the state. My problem is this; each county is not unique to every state and rather than going through and modifying every single non-unique county name, I'd rather just search through a given range of values... which I thought I did (i.e. rngLook) which I update for each ElseIf. County(n) is a loaded array as string, as well as Area(n) and RR(n). County(n) should be the only variable effecting the search. However, when I run the code it just grabs the last county of that name on my spreadsheet rather then getting only the county name within the given range. What am I doing wrong?
Thank you,
Cody
Bookmarks