In a spreadsheet, I have 5 columns of data (numbers or text) that I wish to copy to 5 other columns by using a macro.
There are at least 2 ways to do this:
1. use a loop, changing the column names/numbers by using a variable to identify the columns.
Then carry out the copy/paste functions...