vlookup

Finding closest value in a column

I tried using:
x=vlookup(strStartDatumArray(1); rng(1); rng(1); False)

where straStartDatumArray(1) contains the date that I want to find. I want
to find it below the cell rng(1) and I want to return that very value
(rng(1)). rng(1) is a position in an array that is given like this:
rng(k)=Worksheets(varWorksheetInfoArray(0)).Cells.Find(varWorksheetInfoArray(k), LookIn:=xlValues)

If you have any idea how to make my code work I would be most grateful for
your assistance! Thank you very much!


Answer this question

vlookup

  • nobs411

    Hi AndersBank

    Since you haven't gotten a response yet, try asking the Excel
    specialists in the Excel programming newsgroup, here:

    http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.ex
    cel.programming&lang=en&cr=US
    <http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.e
    xcel.programming&lang=en&cr=US>



    -- Cindy (Word MVP)




  • vlookup