Running macros for different cells at the same time

  • Thread starter Thread starter Michaelhahn
  • Start date Start date
M

Michaelhahn

Hi all,

Is it possible to run different macros on different cells at the sam
time? If so how do I go about setting it up?

Cheers

Michae
 
Yes it is possible to run different macros at the same time.

Please let us know what you are trying to acheiv
 
Hi Frank,

I have a number of cells that are connected and make a circula
reference. I have a macro with which I can save data from a single cel
in this circular reference after running a number of iterations. What
would like to do is to save data from a number of these connected cell
at the same time. So carry out a number of iterations and save the dat
generated by each iteration in each cell.

Thanks for your help

Michae
 
You can have a macro invoke another macro, but control does not
return to the caller until the called macro completes.

The question is ambiguous. Excel can only run on one processor.
You cannot start several macros at the same time.
 
Hi
sorry, I can't help you with that as I really try to stay away from
circular references. IMHO no need for them. Better split the data in
separate cells or use a worksheet event procedure.
So I NEVER use circular references :-)
 
Back
Top