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.

Copiar rango de distintas hojas y pegarlas en otra hoja en la siguiente fila vacía

publicado

Hola a todos, 

soy nuevo en el foro, gracias por el soporte y la ayuda que prestáis. 

Mi cuestión es la siguiente:

Tengo varias hojas que empiezan por el nombre "PRO" y necesito que el rango (b13:g64) de cada una de las hojas pegue los valores en la hoja "Dat" a partir de la primera columna en la siguiente fila vacía. 

Lo he intentado con el siguiente código pero solo pega los valores del rango" b" y no todo el rango. 

 

Sub prueba()

    Dim hj As Worksheet

    Dim x As Integer

    For Each hj In ActiveWorkbook.Sheets

        If hj.Name Like "PRO*" Then

            Sheets("Dat").Range("a" & Rows.Count).End(xlUp).Offset(1) = hj.Range("b13:g64").Value

        End If

    Next hj

End Sub

 

Agradecería mucho vuestra ayuda. 

Saludos

 

 

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.