I’m VBA. Is this possible, If a cell has an address, state, city, and zip code and state in one cell. Is it possible to break that up into separate cells?
So the address is in
cell A1 = 123 Address st, Dallas, Tx, 12345
and I want to copy the address and break it into different cells and paste into sheet2
so sheet 2
A1 is the address: 123 address st
A2 is city: Dallas
A3 is state: Tx
A4 is zip: 12345
So the address is in
cell A1 = 123 Address st, Dallas, Tx, 12345
and I want to copy the address and break it into different cells and paste into sheet2
so sheet 2
A1 is the address: 123 address st
A2 is city: Dallas
A3 is state: Tx
A4 is zip: 12345