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 MACROS

publicado

Saludos, necesito ayuda con una macros que funciona bien,  pero ahora que ingreso datos en la columna "P", no lo muestra en la columna "Z".

adjunto archivo, agradezco su ayuda.

macros.xlsm

Featured Replies

publicado

Pega esto en un módulo:

Sub genera_cuadro()
    Range("r6:z18").ClearContents
    rd = 6
    rs = 6
    Do While Cells(rd, 1) <> ""
        For i = 11 To 14
            Cells(rs, "r") = Cells(rd, "a")
            Cells(rs, "s") = Cells(rd, "b")
            Cells(rs, "t") = Cells(rd, "c")
            Cells(rs, "u") = Cells(rd, "d")
            Cells(rs, "v") = i - 10
            Cells(rs, "w") = Cells(rd, "i")
            Cells(rs, "y") = Cells(rd, i)
            If i = 13 Then
                Cells(rs, "z") = Cells(rd, "p")
            End If
            rs = rs + 1
        Next
        rd = rd + 1
    Loop
End Sub
 

publicado
  • Autor

Gracias Janlui, por tu ayuda me fue muy util.

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.