Hi Everyone,
I'm trying to create a macro to edit/format pivot tables on one of my worksheets.
This is the macro I have so far (there are 5 pivots):
Sub EDIT_PIVOTS()
'
' EDIT_PIVOTS Macro
'
'
Sheets("PIVOTS").Select
Rows("1:30").Select
Selection.EntireRow.Hidden = False...