Hi,
I have a pivot table in a sheet. It has hours into it. I want to select All hours and then uncheck zero and blank hours. I am using the below vba code but it does nto work as expected.
Sub FilterPivotHours()
currentWorkBookName = ThisWorkbook.Name...