Question: Create a sub called RandomNum that enters a random number between 100 and 500 into Cell D1 (it could be any number between 100 and
Create a sub called RandomNum that enters a random number between 100 and 500 into Cell D1 (it could be any number between 100 and 500, not only integers). Try these two options. Option A: use Excels RAND() function (with WorksheetFunction) to set the Value property of the cell, does it work? Option B: set the Value property by using the VBAs rnd function, does it work? Provide a 1-2 sentence comment on your findings.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
