I'm using the below code but i need to lock every new sheet that it creates?
If you could help it would be much appreciated.
Tarqs
If you could help it would be much appreciated.
Code:
Sub ExplodeTotal()
ActiveSheet.PivotTables("PivotTable1").ShowPages PageField:="Supplier"
Application.ScreenUpdating = False
End Sub
Tarqs