How do I disable the save icon in a workbook? I've tried this:
and assigned it to a button but to no avail. Any suggestions?![]()
Sub DisableSaveButton Application.CommandBars("Standard").FindControl(ID:=3).Enabled = False End Sub
How do I disable the save icon in a workbook? I've tried this:
and assigned it to a button but to no avail. Any suggestions?![]()
Sub DisableSaveButton Application.CommandBars("Standard").FindControl(ID:=3).Enabled = False End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks