View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Stan Stan is offline
external usenet poster
 
Posts: 2
Default Running a Macro from another Macro

How do I run a macro from within another macro?

Example: I have a macro (Dount1) which is basically a *Do Until* loop
dependent on the results of a random number generator held in a macro called
*Genrand*.
I want to run Genrand from Dount1 until a certain random number sequence is
generated.

TIA
Stan