GRASP Python (62)
GRASP Python (62)
results = results & "Node " & nodeId & ": Rx = " & Format(rx,
"0.00") & " N, " & _
"Ry = " & Format(ry, "0.00") & " N, "
& _
"Mz = " & Format(mz, "0.00") & " Nm" &
vbCrLf
End If
On Error GoTo 0
Next nodeId
' Show results in a message box (might be too large - consider writing to
worksheet)
MsgBox results, vbInformation, "Analysis Results"
P a g e 48 | 62