Random Numbers

  • Thread starter Thread starter benji2004
  • Start date Start date
B

benji2004

Hi Anyone,

What I need is a Macro/Formula that generates 1 random number and doe
not change when a drop down list is changed...Could anyone help
 
Hi
you may use the following macro which insert a random number in the
active cell

Sub rnd_insert()
activecell.Value=rnd
end sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Random number macro 10
Random number from a list 1
Randomizing 3
A1=A1+1... 1
Order numbers from smallest to largest 6
Random number generation - with no repeats 3
Random Generator 15
Unique Random Number Generator 1

Back
Top