B
Biff
Hi Folks!
I use this formula extensively for testing:
=ROUND(RAND()*100,0)
That simply generates random 2 digit integers.
What I would like is a macro that will insert that formula into the selected
range then do the equivalent of Copy>Paste Special>Values.
It doesn't necessarily have to "insert that formula" just so the macro
generates random 2 digit ints in the selected range.
I use this so often it makes sense to have a macro that I can attach to a
toolbar button.
Thanks!
Biff
I use this formula extensively for testing:
=ROUND(RAND()*100,0)
That simply generates random 2 digit integers.
What I would like is a macro that will insert that formula into the selected
range then do the equivalent of Copy>Paste Special>Values.
It doesn't necessarily have to "insert that formula" just so the macro
generates random 2 digit ints in the selected range.
I use this so often it makes sense to have a macro that I can attach to a
toolbar button.
Thanks!
Biff