the times you can,
To all the people you can,
As long as ever you can.” - John Wesley
-
From: Mandeep Baluja
To: MS EXCEL AND VBA MACROS
Cc: schreiner_p...@att.net; abhishek....@gmail.com
Sent: Friday, November 6, 2015 2:23 AM
Subject: Re: $$Excel-Macros$$ Help with Custom Vlookup
ways you
>> can,In all the places you can,At all the times you can,To all the people
>> you can,As long as ever you can.” - John Wesley*
>> -
>>
>> --
>> *From:* Abhishek Jain >
>> *To:
u can,At all the times you can,To all the people
> you can,As long as ever you can.” - John Wesley*
> -
>
> --
> *From:* Abhishek Jain
> *To:* Paul Schreiner
> *Sent:* Thursday, November 5, 2015 7:25 AM
> *Subje
times you can,
To all the people you can,
As long as ever you can.” - John Wesley
-
From: Abhishek Jain
To: MS EXCEL AND VBA MACROS
Cc: Paul Schreiner
Sent: Tuesday, November 3, 2015 2:56 AM
Subject: $$Excel-Macros$$ Help with Custom Vlookup
Hi
Hi All,
I intend to use this piece of UDF I found on internet for my requirement -
Function MYVLOOKUP(lookupval, lookuprange As Range, indexcol As Long)
Dim r As Range
Dim result As String
result = ""
For Each r In lookuprange
If r = lookupval Then
result = result & " " & r.Offset(0,