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.

Useform de filtros no corre

publicado

buenos dias a todos antes que nada esta pagina la eh venido consultado desde hace tiempo y es una de las mejores, esta es mi primera pregunta que hago en el foro espero me puedan orientar el problema es este,

tengo un useform que estoy adapatando a mi necesidad pero al poner un macro de filtro me aparece los que tengo marcados como VENCIDOS pero en este filtro al darle doble click al nombre que aparece te deve desplazar todo lo que tiene ese cliente con sunombre esto es lo que no carga, espero que me puedan decir cual es el error y les agradesco de antemano su ayuda

les anexo la funcion que no funciona y les adjunto el macro por si alguien le sirve espero que lo puedan modificar para dejarlo ya que a alguien le puede ser de mucha utilidad

Private Sub UserForm_Activate()

Label1 = frmmorosos.ListBox1

For Each Cliente In Sheets(1).Range("B2:B" & [b65531].End(xlUp).Row)

If Cliente = Label1.Caption Then

B = ListBox1.ListCount

ListBox1.AddItem

ListBox1.List(B, 0) = Cliente.Offset(0, 1)

ListBox1.List(B, 1) = Cliente.Offset(0, 2)

End If

Next

End Sub

saludos cordiales

Elverku

Copia de Form ejemplo.rar

Featured Replies

publicado

.

For Each Cliente In Hoja1.Range("B2", Hoja1.Range("B" & Rows.Count).End(xlUp))
[/CODE]

en lugar de:

[CODE]For Each Cliente In Sheets(1).Range("B2:B" & [B65531].End(xlUp).Row)[/CODE]

.

publicado
  • Autor

muchas gracias macro antonio por tu pronta respuesta, voy a modificar como me lo dijiste y te comento

elverku

publicado
  • Autor

mil gracias macro antonio funciono perfectamente doy por terminadoel tema

Tema Cerrado

les dejo el formulario por si a alguien le sirve

Elverku

muy agradecido

Copia de Form ejemplo.rar

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.