Grasp
Grasp
Value = NodeID
.Cells(lastRow, 12).Value = Fx
.Cells(lastRow, 13).Value = Fy
.Cells(lastRow, 14).Value = Fz
.Cells(lastRow, 15).Value = Mx
.Cells(lastRow, 16).Value = My
.Cells(lastRow, 17).Value = Mz
End With
End Sub
If MemberList.Count = 0 Then
MsgBox "No members defined!", vbExclamation, "GRASP Error"
Exit Sub
End If
P a g e 3 | 57