Fastest VLOOKUP in worksheet data performed in VBA
问题 I am looking for the quickest way to look up the value in worksheet data and give the corresponding value in another column. The lookup must be done in VBA. Only 1 lookup is to be performed (no more lookups are to be done on the same dataset). For instance, we have data in this form: Using VBA, what is the fastest way to find a value in the column B which corresponds to the value "key990000" in the column A? 回答1: I have tested several different functions in contexts of sorted and unsorted