First of all my thanks for all the tremendous help provided by these forums. Usually I can find whatever I need on here, but I cannot find this answer...
I'm trying to make a little dynamic map of the United States where each of the states change color based on a particular cell value that corresponds to that state.
I've got the map of the United States in Excel and ungrouped so I have a collection of seperate shapes - one for each of the lower 48 States. I've named each shape (state) by it's postal abbreviation: TX, CA, NY, etc.
Now I'm trying to write a macro that will COLOR the state according to a numeric value in the cell next to the cell containing the State abbreviation. These are transit days to this state that I will calculate in another location. Like this:
TX = 3 days
CA = 1 days
OR = 1 days
NY = 7 days
KS = 3 days
FL = 7 days
I've attached a file showing how far I've gotten (not very far...) Any help would be most appreciated.