0

Protect Cells

You could do this by using VBA. Create a small Sub with code like this:

Private Sub Refresh_Data ActiveSheet.Unprotect Application.Run "JetMenu", "Report" ActiveSheet.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True End Sub
Assign this Macro to a button labeled "Refresh data".

1 comment

Please sign in to leave a comment.