Nayasoch
Board Regular
- Joined
- Sep 9, 2016
- Messages
- 73
Hello Everyone,
I have any value in cell A1 and B1, suppose in Cell A1 =10*x and cell B1 = 20*x, where x is value from 0.01 to 0.99 and then Each value of A1 and B1 , I need to paste in G1 and H1. For example:-
step 1:
when x =0.01, Results on A1 and B1 I will copy and paste special in G1 and H1
step 2:
Now x = 0.02 , Now the new results in A1 and B1 , I will copy and paste special in G2 and H2. and continue this upto 0.99.
As you all can see how much time, I must spend to do all these calculation. So I would really appreciate if some one could help me with VBA to loop from 0.01 -0.99 and then paste each separate value to G and H column of A and B and move to next empty column and paste new results and again move to next column of G and H untill 0.99.
Thanks in Advance.
I have any value in cell A1 and B1, suppose in Cell A1 =10*x and cell B1 = 20*x, where x is value from 0.01 to 0.99 and then Each value of A1 and B1 , I need to paste in G1 and H1. For example:-
step 1:
when x =0.01, Results on A1 and B1 I will copy and paste special in G1 and H1
step 2:
Now x = 0.02 , Now the new results in A1 and B1 , I will copy and paste special in G2 and H2. and continue this upto 0.99.
As you all can see how much time, I must spend to do all these calculation. So I would really appreciate if some one could help me with VBA to loop from 0.01 -0.99 and then paste each separate value to G and H column of A and B and move to next empty column and paste new results and again move to next column of G and H untill 0.99.
Thanks in Advance.
Last edited: