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.

Unir tablas

publicado

Hola!! Necesito unir tablas de distintas hojas de calculo y crear una nueva hoja, para esto he estado utilizando la siguiente macro (Adjunta) pero me entrega los valores que estan en la celda con formula y los necesito solo como valores. ¿Que puedo hacer en este caso? ¿Qué me recomiendan?

Sub Extraer_Datos()
Dim shDestino As Worksheet
Dim ufo As Integer, ufd As Integer
Set shDestino = Worksheets.Add(After:=Sheets(Sheets.Count))
shDestino.Name = "d"

For I = 1 To Sheets.Count - 1
    If Sheets(I).Name = "ESCUELAS" Then
    Else
        ufo = Sheets(I).Range("A" & Cells.Rows.CountLarge).End(xlUp).Row
        ufd = shDestino.Range("A" & Cells.Rows.Values).End(xlUp).Row
        Sheets(I).Range("AA2:AJ" & ufo).Copy shDestino.Range("A" & ufd)
        
    End If
Next I
End Sub

Featured Replies

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.