Sub get_data()
Dim r As Range, i As Long
Application.ScreenUpdating = False
i = 6
For Each r In Range("Table1[ID]")
If LCase(r) = LCase([A2]) And r.Offset(, -3) = [c2] Then
r.Offset(, -3).Resize(, 11).Copy Cells(i, 1)
i = i + 1
End If
Next
Set r = Nothing
Application.ScreenUpdating = True
End Sub
Unable to download....
Sorry @Deepak
i uploaded it in another drive
https://drive.google.com/file/d/0BwxxQXMJl4FLRDhkNVoxTXcyZk0/view?usp=sharing
thanks a lot,
@Deepak
so sorry for confusion
https://drive.google.com/file/d/0BwxxQXMJl4FLYnR0WmJiZE9MNTg/view?usp=sharing
and also can download it from OneDrive
https://onedrive.live.com/redir?resid=DCE82BAEAB01A7F0!841
Thanks,
in deduction sheet i have been hide a few columns that the shown only need to be popup
unable to retrieve the image. Why not u take the penalty to upload the same UF in a excel.Deepak,
if you mean the schema of userform, there is a prtsc to the requested form
thanks
i didn't ask to retrieve an image
the above image for the userform design that i need to insert this criteria to retrieve this data from the source sheet