Hi,
I need to search through a list of part number matching a value. At the moment the code I have is not really efficient as it goes through the entire list of part numbers using a for loop. This takes a long time.
Is there a equivalent vba code to 'find' option, if so can I have some help...