I was able to solve this with some help:
![]()
Function EvaluS(S()) Dim i As Long For i = LBound(S) To UBound(S) EvaluS = EvaluS + Evaluate(S(i)) Next i End Function
I was able to solve this with some help:
![]()
Function EvaluS(S()) Dim i As Long For i = LBound(S) To UBound(S) EvaluS = EvaluS + Evaluate(S(i)) Next i End Function
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks