Pregunta en
VBA
Vlookup con nombre de hoja en un combobox
Buena tarde estoy tratando de hacer una búsqueda desde un combobox If ComboBox2.Value = "DOBLETROQUE" Then VALOR = Application.WorksheetFunction.VLookup(Me.ComboBox2.Value, Sheets("CEMEX").Range("C:D"), 2,0) TextBox2 = VALOR End If mi pregunta es...