Hi - can someone help me write VBA to concatenate columns "A". "F" and "I" and put the results in column "E" until it runs out and briefly explain how the code is structured.
ex.
Column A | Column E | Column F | Column I |
123 123x873 x 873
The VBA should do it until the last row of column A is empty. Then i would just put a command button and assign a macro to it or if possible that it runs everytime cell is updated?
thanks for the help!
ex.
Column A | Column E | Column F | Column I |
123 123x873 x 873
The VBA should do it until the last row of column A is empty. Then i would just put a command button and assign a macro to it or if possible that it runs everytime cell is updated?
thanks for the help!