Question 6: Create a multitab UserForm which has 2 tabs. Under a tab named Statistics and using the data found on the Stats.xlsx worksheet, allow the user to select the data, and then display in a MsgBox these statistics:
The average of the selected data
The standard deviation of the selected data
The largest value in the selected data
The smallest value in the selected data
The median of the selected data
Also need run button.
Solved by E. U. in 26 mins