Home |
Search |
Today's Posts |
#9
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
using below code, it says data found in 2 columns, but not able to paste data
to a different row "Joel" wrote: set c = Rows(1).find(what:="abc",lookin:=xlvalues,lookat:= xlwhole) then test fo c if c is nothing then msgbox("count not find abc") else msgbox("data found in column " & c.column) end if "Kashyap" wrote: How to make a macro which works same as hlookup? Eg: I have some data in a different file and I need to get those to active sheet. if value in range a1:z1 matches a1.value in active sheet then it should get value from corresponing cloumn |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
macro to lookup value and open tab based on lookup value | Excel Programming | |||
MACRO TO LOOKUP AND SUM | Excel Programming | |||
Lookup macro | Excel Discussion (Misc queries) | |||
Is it possible...lookup macro | Excel Programming | |||
Lookup macro? | Excel Programming |