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.

Actualizacion de datos en otros libros

publicado

Saludos

Mi problemas es el siguiente, presento reportes quincenales los cuales tienen acumulados, al tener muchos datos me parece poco practico actualizarlos de manera manual, quisiera saber si es posible o tienen una mejor idea para realizar la actualizacion de estos acumulados; yo pense en la siguiente manera un boton que me permita elegir el libro del cual quiero escoger elegir los datos acumulados y ponerlos en una columna especificada, espero que me puedan ayudar, ya que soy nuevo en esto, muchas gracias.

ejemplo.rar

Featured Replies

publicado

Hola:

Esta macro hace lo que has pedido:

Sub AcumuladoAnterior()
Dim Archivo As Variant

Archivo = Application.GetOpenFilename("Excel (*.xls*), *.xls*")
If Archivo = False Then Exit Sub
Application.ScreenUpdating = False
Workbooks.Open Archivo
ActiveSheet.Range("D2:D" & Range("D" & Rows.Count).End(xlUp).Row).Copy
ThisWorkbook.Sheets("Hoja1").Range("B2").PasteSpecial Paste:=xlValues
ActiveWorkbook.Close

End Sub[/CODE]

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.