Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Can anyone help me to find the error in this code? Private Sub btn4_Click() Dim magneto As Range Dim numero Dim valor Set magneto = Worksheets("info").Range("A2:AW65536") numero = ufConsulta.txt33.Value ufConsulta.cbo1.Value = Application.WorksheetFunction.VLookup(numero, magneto, 13, false) Thanks in advance... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why do I get VLookup error 1004 | Excel Discussion (Misc queries) | |||
Ghost in the Machine - 1004 Vlookup & On Error Duo Trouble | Excel Worksheet Functions | |||
Error 1004, Application-definded or object-defined error | Excel Programming | |||
run-time error '1004': Application-defined or object-deifined error | Excel Programming | |||
VBA VLookup Problem: Run-Time error '1004' | Excel Programming |