Sub CreaTablaPivote() ‘ Traducido (y ligeramente modificado) de ‘ http://www.thespreadsheetguru.com/blog/2014/9/27/vba-guide-excel-pivot-tables Dim v_Hoja As Worksheet Dim v_PivotCache As PivotCache Dim v_TablaPivote As PivotTable Dim v_PosPivote As String Dim v_DatosFuente As String Dim v_NombrePivote As String ‘ Guarda el nombre que usará …

Código para generar tablas dinámicas vacías Leer más »