Closed Thread
Results 1 to 5 of 5

Evaluate() an array

Hybrid View

  1. #1
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,239

    Re: Evaluate() an array

    Hi,

    Please don't post the same question twice, this is a duplication of http://www.excelforum.com/excel-prog...-an-array.html

    Also, please try not to cross post, if you do, it is considered polite to include a link to where else you have asked the question: http://www.mrexcel.com/forum/excel-q...ate-array.html

  2. #2
    Registered User
    Join Date
    08-29-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: Evaluate() an array

    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

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1