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.

Ayuda con listbox

publicado

Hola a todos.

Estimados necesito de su apoyo nuevamente, estoy realizando un proyecto, en donde he recopilando trabajos anteriores de foristas y tengo un problemita para aplicar el ROWSOURCE y poder considerar MAS COLUMNAS a mi listbox (16), he visitado otros proyectos y al momento de adecuarlos al mio funciona en mi listbox de consulta, pero, no funciona en el de las modificaciones, así que no me queda mas que pedir ayuda.

Adjunto el archivo para que por favor lo revisen.

Slds.

FELIX

LISTBOX CON MAS COLUMNAS.rar

Featured Replies

publicado

Necesitas usar este código:

Private Sub UserForm_Initialize()
    LC.ColumnCount = 17 'Columnas
    LC.ColumnHeads = True
    LC.ColumnWidths = "20;50;50;50;50;50;50;70;70;70;70;60;50;150;30;70;50;50" 'Ancho de columnas
    LC.RowSource = "A5:Q" & Range("Q5").End(xlDown).Row 'Rango de las columnas
End Sub

publicado
  • Autor

Muchas Gracias Smako, doy por cerrado el tema.

Slds.

FELIX

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.