About 625 results
Open links in new tab
  1. excel - How to disable the save as prompt? - Stack Overflow

    Jul 9, 2018 · You can use Workbook_BeforeSave Event in the ThisWorkbook object to capture the user selecting SaveAs (or using the keyboard shortcut), which would result in the Save As …

  2. vba - Suppress "Save As" prompt - Stack Overflow

    Feb 14, 2017 · I want to do this without the prompt that I am getting to make sure I want to save the file. We are using a macro enabled excel file to import the data make changes and then save.

  3. How to disable or do not allow Save & Save As options in Excel?

    Sep 12, 2024 · Learn how to disable the Save and Save As options in Excel using VBA code. Protect your workbook from unauthorized modifications with this step-by-step guide.

  4. vba - How to disable 'save' option in Excel but 'save as' should …

    Jan 29, 2016 · To delete the code from ThisWorkbook Class Module (delete every thing) we can use this code: Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As …

  5. anyone has idea to disable save and save as without macros?

    Apr 8, 2008 · I cannot see a way you will achieve this without macros (and of course you will be unable to force users to activate macros) although you can make the file unusable (thru …

  6. Excel Disable Save, while allowing VBA controlled Save As

    Apr 18, 2014 · I would like to prevent the user from saving the origial document, but still allow them to use the command button to save it to another location. I have found a few ways to do …

  7. I need to disable Save and Save As in Excel 2010

    Dec 2, 2012 · It was necessary in order to force the end-user to Save the workbook only through use of a supplied macro which created a highly structured file name. The Auto_Open used the …

  8. Disable Save As Function [SOLVED] - Excel Help Forum

    Apr 19, 2021 · Using the following code in VBA "ThisWorkbook" to try & disable the Save & Save As functions - but this is not working properly Private Sub Workbook_Open() …

  9. How to Disable Save and Save As using VBA - Stack Overflow

    Jul 6, 2020 · You can use the Workbook_BeforeSave event to achieve this, disabling the CommandBars won't stop your users using a shortcut such as CTRL + S. Private Sub …

  10. Disable Save and Save As Options in Excel - Online Tutorials Library

    Jul 11, 2023 · Disable Or Do Not Allow Save & Save As Options. Here we will first insert VBA code to disable the save option, then add another code to the same sheet to disable the save …

  11. Some results have been removed
Refresh