Calculate The Square Root Of A Number
'Insert the following code to your form:
Private Sub Form_Load() 'Replace the '9' below with the number you want to calculate his sqaure root number. MsgBox Sqr(9) End Sub