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.

Cambiar datos a una Tabla dinamica x

publicado

buenos dias,

el problema es el siguiente, debo hacer la siguiente labor a muchas tablas dinamicas todos los dias

With ActiveSheet.PivotTables("Tabla dinámica1").PivotFields( _

"Suma de enero - 2013")

.NumberFormat = "#.##0_);[Rojo](#.##0)"

End With

el problema radica en ("Tabla dinámica1") ya que no se como hacer que esto aplique a la tabla dinamica activa no a la #1.

espero haberme hecho entender

gracias

Featured Replies

publicado

Supongo que pueden estar en distintas hojas, así que creo que esto te ayudara:


Dim tabla As PivotTable
Dim i As Integer

For i = 1 To Sheets.Count
For Each tabla In Sheets(i).PivotTables
Tabla.PivotFields("Suma de enero - 2013").NumberFormat = "#.##0_);[Rojo](#.##0)"
Next tabla
Next i
[/PHP]

Prueba y comentas

Abraham

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.