Featured Replies
Archivado
Este tema está ahora archivado y está cerrado a más respuestas.
A better way to browse. Learn more.
A full-screen app on your home screen with push notifications, badges and more.
Este tema está ahora archivado y está cerrado a más respuestas.
Estimados, buenas, soy nuevo en VBA y al correr mi formulario me aparece el siguiente error en referencia
por favor alguien me puede ayudar con la sintaxis de como solucionar el error 1004
adjunto info de como esta ingresado en la programacion Vb:
Private Sub LISTA_Click()
Dim modelo As String
modelo = LISTA.List(LISTA.ListIndex, 7)
Me.txt_modelo.Value = modelo
End Sub
Private Sub txt_modelo_Change()
Dim modelo As String
modelo = txt_modelo
Me.txt_service = Application.WorksheetFunction.VLookup(modelo, Sheets("BD").Range("A:Y"), 20, 0)