$$Excel-Macros$$ Re: Filter Pivots

2009-04-22 Thread Fabio_XL_Master
Hi, It's possible using macros: Public Sub AplicaFiltros() Dim auxWks As Worksheet Dim auxPivot As PivotTable On Error GoTo AplicaFiltros_ERRO For Each auxWks In ThisWorkbook.Worksheets For Each auxPivot In auxWks.PivotTables 'auxPivot.RefreshTable

$$Excel-Macros$$ Re: Index and Offset Formula Help

2009-04-22 Thread Fabio_XL_Master
Hi, other possible solution is attached. Using offset and Array formula. Fabio --~--~-~--~~~---~--~~ - Some important links for excel users: 1. Excel and VBA Tutorials(Video an