HI
I am using the following formula
Sub find()
Range("C150:H150").Value =
Application.WorksheetFunction.Vlookup(Range("A21"),Range("A246:P345"),
columns(5,6,7,8,9),False)
This way I have lot of rows in which I need to use array or loop .
end sub
Error which I am getting
Unable to get the Vlookup property of the Worksheet Function Class.
Is there a way where either I can create a loop where I can put a variable
name in place of columns .
Any help is highly appreciated.
Thanx in advance
--
Kittie
Bookmarks