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 a tabla CheckBox con Caption

publicado

Buenas tardes. Necesito cargar estos CheckBox en una tabla pero solo si están "check". De no ser así la celda debería quedar vacía. Se entiende?

Desde ya muchas gracias por cualquier ayuda o aporte.

         .Cells(NuevaFila, 33).Value = Me.Comp35.Caption
        .Cells(NuevaFila, 34).Value = Me.Comp85.Caption
        .Cells(NuevaFila, 35).Value = Me.Comp205.Caption
        .Cells(NuevaFila, 36).Value = Me.Comp206.Caption
        .Cells(NuevaFila, 37).Value = Me.Comp207.Caption
        .Cells(NuevaFila, 38).Value = Me.Comp329.Caption

Featured Replies

publicado

Buenas, seria algo así:

Range("a1").Value = IIf(Me.CheckBox1.Value, Me.CheckBox1.Caption, "")
Range("a2").Value = IIf(Me.CheckBox2.Value, Me.CheckBox2.Caption, "")

Saludos

publicado
  • Autor

PERFECTO!

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.