I have an Excel file with the full mailing address of several customers, and I need to fill a column with only the 5-digit zip codes, which always follow the same state abbreviation, "TX." Sometimes a 'phone number is added behind the zip code, and sometimes it isn't.
If there is a way to select 5 digits after the TX
and move that information to a new cell, down to the last row, I haven't found it yet. I'm completely new to VBA, just need it for a one time job. Example:
D3 has Namey Name Streety Street TX 75029 432-239-2490
D4 has Namity Names Streetick Street TX 73902
I want to move 75029
to F3 and 73902
to F4 respectively.