Hi,
i have the following which on worksheet change, looks up the value in column A and outputs the matching data from Data Sheet
it uses the FIND vba function but im unsure if theres a better way to do this as it can lag on fast input:
Private Sub Worksheet_Change(ByVal Target As Range)
Dim...