Don't want to constantly update Random numbers

A

ApeMan

Hi, I have a worksheet with thousands of random numbers being generated. But
it takes a while for all the boxes/formulas to update every time I change a
single box in the worksheet. Can I somehow force it to NOT UPDATE these
random numbers every time? Besides, I'd prefer if the numbers would not
change, because then I have to adjust my plots every time they update. It
would be more convenient if all my random numbers just stayed the same from
now on. Can I do this?

Thanks,

ApeMan
 
E

excelent

1. - simply translate ur formula to valus
or
2. - set calculation to manual then run:

Sub myCalc()
Range("A20:A40").Calculate ' change to what range u want
End Sub



"ApeMan" skrev:
 
B

Bernard Liengme

Select and Copy the range
Then Use Edit | Paste Special -> Values to convert formulas to values
best wishes
 

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