I would like to have my pivot table refresh from the drop down data selected. I am refreshing the "Hours required" by selecting different scenarios. This is what I did and nothing updates. The data on my dataset updates but not the pivot table.
Sub UpdateSummary()
'
' UpdateSummary Macro
' Refreshes the Pivot Summary
Range("M4").Select
ActiveWorkbook.RefreshAll
End Sub
Sub UpdateSummary()
'
' UpdateSummary Macro
' Refreshes the Pivot Summary
Range("M4").Select
ActiveWorkbook.RefreshAll
End Sub