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.

Pasar detos de un ListBox a diferentes TextBox

publicado

Pasar datos de un ListBox a diferentes TextBox

Soy nuevo en tema y estoy tratando de hacer este sistema de facturación, el caso es el siguiente

Tengo un userfrom con varios textbox ordenados por filar (textbox1-textbox2 etc), lo que necesito es que al hacer doble click en un textbox se despliega en listbox doble click y se cargan los datos en los textbox de la fila 1 pero también se cargan en la fila2 en la fila 3

   Private Sub Codespecies_Click()

    Formvtas.Cod1 = Codespecies.List(Codespecies.ListIndex, 0)
    Formvtas.Esp1 = Codespecies.List(Codespecies.ListIndex, 1)
    Formvtas.Portainj1 = Codespecies.List(Codespecies.ListIndex, 2)
    Formvtas.Tinj1 = Codespecies.List(Codespecies.ListIndex, 3)

    Formvtas.Cod2 = Codespecies.List(Codespecies.ListIndex, 0)
    Formvtas.Esp2 = Codespecies.List(Codespecies.ListIndex, 1)
    Formvtas.Portainj2 = Codespecies.List(Codespecies.ListIndex, 2)
    Formvtas.Tinj2 = Codespecies.List(Codespecies.ListIndex, 3)

    Formvtas.Cod3 = Codespecies.List(Codespecies.ListIndex, 0)
    Formvtas.Esp3 = Codespecies.List(Codespecies.ListIndex, 1)
    Formvtas.Portainj3 = Codespecies.List(Codespecies.ListIndex, 2)
    Formvtas.Tinj3 = Codespecies.List(Codespecies.ListIndex, 3)

End Sub

Ejemplo.rar

Featured Replies

No hay posts para mostrar

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.