D
Drew
I have a table of data that has tokan names in each cell to be replaced with
real data using VBA from another application. I don't know how many rows I'm
going to end up with so it has to be dynamic. I start with 2 rows, one with
headings and the second with the tokens. I need to copy the 2nd row to the
3rd, replace the tokens in row 2 with data, move to the last row and repeat
until I run out of data.
real data using VBA from another application. I don't know how many rows I'm
going to end up with so it has to be dynamic. I start with 2 rows, one with
headings and the second with the tokens. I need to copy the 2nd row to the
3rd, replace the tokens in row 2 with data, move to the last row and repeat
until I run out of data.