Dear all
I am trying to find the minimum value in the array Stress(i,j)
The maximum value appears correct. However the minimum value always appears zero if all the elements are positive.
Kindly help
I am posting the code below
Private Sub CommandButton1_Click()
Dim i As Integer
Dim...