Hello all,
First post here!
I am leaning VBA through trial and error, and I need some guidance.
Requirements:
I can manage to copy&paste the data correctly for Spain, but I cannot get the VBA to select the next country from the Tab A list...take it to Tab C and then paste the table (Table from Tab B) next to it.... and so on
MANY THANKS FOR THE HELP!
Alex
First post here!
I am leaning VBA through trial and error, and I need some guidance.
Requirements:
- Tab A (input): a fix list of countries of 4 (Column A: Spain, UK, USA, Italy)
- Tab B (input): a variable table of data.
- Tab C (output): Combine data from Tab A and B. I need to have a table of data (column B) for each country (column A). The code will need to do this for each country in Tab A.
I can manage to copy&paste the data correctly for Spain, but I cannot get the VBA to select the next country from the Tab A list...take it to Tab C and then paste the table (Table from Tab B) next to it.... and so on
MANY THANKS FOR THE HELP!
Alex