RE: $$Excel-Macros$$ VBA Code against VLOOKUP function

2011-07-16 Thread Rajan_Verma
Try This Code Sub VlookupByCodes() Dim ResultRange As Range Dim SearchRange As Range Dim ColNum As Integer Dim LookUpValue As Range Dim cellResult As Range Dim CellSearch As Range Dim i As Integer Set ResultRange = Application.InputBox("Select the Range Where You want Output"

Re: $$Excel-Macros$$ VBA Code against VLOOKUP function

2011-07-15 Thread NOORAIN ANSARI
[mailto: > excel-macros@googlegroups.com] *On Behalf Of *NOORAIN ANSARI > *Sent:* Friday, July 15, 2011 12:31 PM > *To:* excel-macros@googlegroups.com > *Subject:* Re: $$Excel-Macros$$ VBA Code against VLOOKUP function > > ** ** > > Dear Anil, > >

RE: $$Excel-Macros$$ VBA Code against VLOOKUP function

2011-07-15 Thread Anil Bhange
riday, July 15, 2011 12:31 PM To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ VBA Code against VLOOKUP function Dear Anil, Please see attached Sheet, -- Thanks & regards, Noorain Ansari http://noorain-ansari.blogspot.com/ On Fri, Jul 15, 2011 at 11:32 AM, Anil Bhange mailto

Re: $$Excel-Macros$$ VBA Code against VLOOKUP function

2011-07-15 Thread NOORAIN ANSARI
Dear Anil, Please see attached Sheet, -- Thanks & regards, Noorain Ansari *http://noorain-ansari.blogspot.com/* On Fri, Jul 15, 2011 at 11:32 AM, Anil Bhange < anil.bha...@tatacommunications.com> wrote: > Hi Masters, > > ** ** > > Needed the VBA code