Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can you use the random function within your code?
H.V. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can you use the random function within your code?
If you mean the worksheet function RAND, it is not available in VBA. However, Rnd() is its equivalent. X = Rnd() would assign to X a number =0 and <1. HTH, Merjet |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Entering Nested Functions | Excel Discussion (Misc queries) | |||
How to convert cell formula functions to code functions | Excel Discussion (Misc queries) | |||
entering date functions | Excel Worksheet Functions | |||
Code for entering time | Excel Discussion (Misc queries) | |||
Entering Array Functions | Excel Discussion (Misc queries) |