i have data that changes dynamically in cola(a1-a10). i want to record each change of data in subsequent columns
step1
Excel 2007
step2
Excel 2007
step3
Excel 2007
the following macro does the job but copy cola 10 times instead of 1 per above example
step1
Excel Workbook | |||
---|---|---|---|
A | |||
1 | 1 | ||
2 | 2 | ||
3 | 3 | ||
Sheet4 |
step2
Excel Workbook | ||||
---|---|---|---|---|
A | B | |||
1 | 4 | 1 | ||
2 | 7 | 2 | ||
3 | 9 | 3 | ||
Sheet4 |
step3
Excel Workbook | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | 45 | 4 | 1 | ||
2 | 6 | 7 | 2 | ||
3 | 38 | 9 | 3 | ||
Sheet4 |
the following macro does the job but copy cola 10 times instead of 1 per above example