How do I disable the save icon in a workbook? I've tried this:
Sub DisableSaveButton
Application.CommandBars("Standard").FindControl(ID:=3).Enabled = False
End Sub
and assigned it to a button but to no avail. Any suggestions?