ThisWorkbook.Save VBA method without UI prompt.ThisWorkbook.Save will be caught by XLS Padlock and trigger the usual Save Secure File dialog box asking the user to choose where to save the XLSC file. Then, the file is remembered in the history and users will be able to load it back.I have a similar need as barcop101: I want to open the secure save dialog box via a macro to encourage my customer to save his xlsc.ricdam said:ThisWorkbook.Save
Because we first need to know whether the workbook file is correctly saved as a secure file or not in the Private Sub Workbook_BeforePrint.hpkpf said:I do not understand anyway, what the 11.4 method is aiming at if it is not opening the save dialog box in any case.
But the macro below always prompt the user with the “Save local workbook” dialog box.InvokeThisWorkbook.SaveVBA method without UI prompt.
It is interesting that if I run this macro in a normal Excel file, it doesn’t not prompt with the dialog box, but it does when I run it in a EXE file.Sub Save()
ThisWorkbook.Save
End Sub
We use essential cookies to make this site work, and optional cookies to enhance your experience.