Question: Create a VBA subroutine [call it Exercise2( ) ] which generates five random numbers and prints them out on the screen in a message box
Create a VBA subroutine [call it Exercise2( ) ] which generates five random numbers and prints them out on the screen in a message box like the following:

Use FormatNumber (Expression, NumDigitsAfterDecimal) to print out only four digits.
Microsoft Excel The random numbers are 0.9057, 0.2614, 0.7852, 0.3789, 0.2897 NOK
Step by Step Solution
3.53 Rating (167 Votes )
There are 3 Steps involved in it
You can use the following VBA code to create the Exercise2 subroutine that generates five random num... View full answer
Get step-by-step solutions from verified subject matter experts
