In Excel I have a column of IDs. I would like to SELECT values from a table conditional on the values in the ID column. So far I've got this, where ws.Cells(i,10) refers to the values of each of the rows in column K.In Excel I have a column of IDs. I would like t