I want to run multiple instances of excel solver simultaneously as i am trying to automate some calculations. I was hoping if someone could help me out.
Basically I have range of cells K14:K27 and M14:M27....each cell i.e. k14 to k27 is the target cell to be used in excel solver. Now I want to run the excel solver only when the adjacent cell in column M contains a value e.g.
“run solver operation for K14 when M14 contains a value..run solver for k15 when M15 contains a value so and so forth”.
The vb code/macro needs to lookup the range M14:M27 and then run the solver for cells k14:k27 accordingly
I would greatly appreciate if any1 cud help me out on this mission.
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com
ffice
ffice" /><o
> </o
>
Thank you
Basically I have range of cells K14:K27 and M14:M27....each cell i.e. k14 to k27 is the target cell to be used in excel solver. Now I want to run the excel solver only when the adjacent cell in column M contains a value e.g.
“run solver operation for K14 when M14 contains a value..run solver for k15 when M15 contains a value so and so forth”.
The vb code/macro needs to lookup the range M14:M27 and then run the solver for cells k14:k27 accordingly
I would greatly appreciate if any1 cud help me out on this mission.
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com
Thank you