Random Numbers

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
 
F

Frank Kabel

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

Top