disable save and save as

  1. E

    Validation script

    I am creating vba script that runs on the Workbook_BeforeSave Declaration, which validates several things in the file. I have the validations working correctly, but the file still saves, even if the errors aren't corrected. I want to ensure that the file will not save unless the corrections...
  2. J

    Disable save, or set file as only read only mode for users

    Sub clsoing() ''ThisWorkbook.ChangeFileAccess Mode:=xlReadOnly 'ActiveWorkbook.ReadOnlyRecommended = True ActiveSheet.Protection.AllowEditRanges.Add Title:="Range1", Range:=Columns( _ "A:AI") With ActiveSheet .Protect Password:="test", DrawingObjects:=True...
  3. A

    Disable Save and Save As function. Only shape object can be clicked to save

    Hi, Can you please help me with my problem. I am currently creating a checklist and I need to disable save and save as function. I have a button shape to be clicked to save the file which is still subject to the following considerations: 1. Column B is intended for Processor checks. If the...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top