G'day everyone, first time poster Imrhien here.
I've got an address database that I regularly upload to our shipping tool. The shipping tool doesn't correct invalid suburb/town combinations, so I want a macro that will search for suburb cells containing certain suburb names, and modify their neighbouring cell (the town) based upon the item found.
Eg:
> Search for "Green Bay"
> Change "Auckland" to "Waitakere"
TOWN SUBURB
Waitakere Green Bay
The suburbs are in column K, the towns are in column J. There will be about 10 town/suburb combinations in total, but I think once I see the basic code I'll be able to make modifications
Thanks in advance to anyone who helps. Macros ROCK!
I've got an address database that I regularly upload to our shipping tool. The shipping tool doesn't correct invalid suburb/town combinations, so I want a macro that will search for suburb cells containing certain suburb names, and modify their neighbouring cell (the town) based upon the item found.
Eg:
HTML:
J K TOWN SUBURB Auckland Green Bay
> Change "Auckland" to "Waitakere"
TOWN SUBURB
Waitakere Green Bay
The suburbs are in column K, the towns are in column J. There will be about 10 town/suburb combinations in total, but I think once I see the basic code I'll be able to make modifications
Thanks in advance to anyone who helps. Macros ROCK!
Last edited: