Hi,

I need a macro which copies values based on row and column inputs. The inputs will be in a list format in it's own worksheet, the data will be in another worksheet, and the output in a separate worksheet. Column inputs are in numerical format instead of alphabetical.
See example below:

Data:

......A.......B.......C
1....AAA....BBB....CCC
2....DDD....EEE....FFF
3....GGG....HHH....III

Inputs:
Row Column
1.....1
2.....2
3.....3

Output:
AAA
EEE
III