G Guest Mar 7, 2005 #1 Is there a way to put the random numbers generated directly into an array in order to save time updating the screen?
Is there a way to put the random numbers generated directly into an array in order to save time updating the screen?
G Guest Mar 7, 2005 #2 Why not just turn of screen updating? application.screenupdating = false 'do that voodoo that you do Application.screenupdating = true HTH
Why not just turn of screen updating? application.screenupdating = false 'do that voodoo that you do Application.screenupdating = true HTH