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.

Macro para actualizar varias tablas dinámicas

publicado

Buenos Noches para todos los compañeros estuve realizando una macro para actualizar 8 tablas dinámicas y al momento de ejecutar la macro me genera un error " Se ha Producido el Error 1004 en tiempo de ejecucion" y me sale error definido por la aplica

Private Sub Worksheet_Change(ByVal Target As Excel.Range)

If Target.Address <> "$b$5" Then Exit Sub

Application.ScreenUpdating = False

'Actualiza las tablas

ActiveSheet.PivotTables("TD1").PivotCache.Refresh

'Actualiza el año de todas las tablas

dia = Hoja3.Range("B5")

ActiveSheet.PivotTables("TD1").PivotFields("Dia").CurrentPage = _

dia

ActiveSheet.PivotTables("TD2").PivotFields("Dia").CurrentPage = _

dia

ActiveSheet.PivotTables("TD3").PivotFields("Dia").CurrentPage = _

dia

Application.ScreenUpdating = True

End Subcion o el objeto

necesito saber por que me genera un error y colaborarme con el archivo que tengo ya que es mi importante y de igual forma fortalecer mis conocimientos

muchas gracias y espero de todos mis compañeros del foro una exitosa respuesta por parte de ustdes

cualquier cosa comparto mi archivo pero pega un tris muchas gracias

mi Alexuti1@hotmail.com

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.