Saltar al contenido
View in the app

A better way to browse. Learn more.

Ayuda Excel

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Hola gente me podrian ayudar con esta macro de busqueda inteligente

publicado

Hola estoy en un proyecto personal y me trabe en una macro. Esta trata de Busqueda Padron, me tira el error " Se ha producido el error  '1004' entiempo de ejecucion : Error definido por la aplicacion del objeto".

Private Sub TEXTO_Change()
'MsgBox "Hola"
NumeroDatos = Sheets("PLANILLA").Range("Q" & Rows.Count).End(xlUp).Row
'MsgBox NumeroDatos
Sheets("PLANILLA").AutoFilterMode = False
Me.LISTA = Clear
Me.LISTA.RowSource = Clear
Y = 0

For File = 12 To NumeroDato


    If UCase(Description) Like "*" & UCase(Me.TEXTO.Value) & "*" Then
    Me.LISTA.AddItem
    Me.LISTA.List(Y, 0) = Sheets("PLANILLA").Cells(Fila, 1).Value
    Me.LISTA.List(Y, 1) = Sheets("PLANILLA").Cells(Fila, 2).Value
    Me.LISTA.List(Y, 2) = Sheets("PLANILLA").Cells(Fila, 3).Value
    
    Y = Y + 1
    
    End If

Next
End Sub
 

Alguien me podra ayudar. Gracias!!

Featured Replies

publicado
  • Autor

Hola Antoni , gracias por mirar!!

El error estaba en colocar "fila" donde deberia ir "File", con ese cambio solucione!

Muchas gracias!!

Archivado

Este tema está ahora archivado y está cerrado a más respuestas.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.