Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to run some trial runs and store the results from each run. Here is a
simple example to see if it can be done. A B C D 1 =RAND() 1 =B1+1 =B1+2 2 =RAND() 2 =B2+2 =B2+7 3 =RAND() 3 =B3*2 =B3+4 4 =RAND() 4 =B4/B1 =B4+B2 5 "Results" =SUM(C1:C4) =SUM(D1:D4) 11 "Result 1" w x 12 "Result 2" y z 13 etc... 50 "Averages" =AVG(C11:C49) =AVG(D11:d49) My sort macro acts on columns A and B and reorganizes the B column data each time I run it. I then need to copy/paste the results in the result area for each run. I am looking for a way to automate the macro to run x times and place the results in the correct result line (needs to be incremented each run). I do not know how to program in Visual and was hoping it could be done with basic Excel functions. Thanks, Craig |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to automatic calculation and macro execution between 3 workbooks? | Excel Worksheet Functions | |||
How to automatic calculation and macro execution between 3 workbooks? | Excel Programming | |||
Automatic execution of macro | Excel Programming | |||
automatic macro execution | Excel Programming |