I need to paste a value obtained from an earlier run macro into a specific cell, the location of which is specified by a user input (cell A1 in my example).
Let's say the user has input 5 into cell A1.
Based on the A1 value of 5, the CHOOSE command has selected the fifth entry in a row B, let's say the value in B5 is 50.
Macro1 now runs that gyrates and determines that the value should really be 27, not 50.
I now need to paste 27 into B5.
Had the user input say 4, into A1, then the paste command needs to paste the resulting answer into B4.
Thanks, FlipRA
Let's say the user has input 5 into cell A1.
Based on the A1 value of 5, the CHOOSE command has selected the fifth entry in a row B, let's say the value in B5 is 50.
Macro1 now runs that gyrates and determines that the value should really be 27, not 50.
I now need to paste 27 into B5.
Had the user input say 4, into A1, then the paste command needs to paste the resulting answer into B4.
Thanks, FlipRA