I am using a complex workbook that at some point in time must export data from the protected file into a new to be created excel file. I have written vba procedures for that. When executing the vba procedures I do get after the export of the files the “standard xlspadlock” window to save the “local workbook” in the secure file mode. I do not need that window there. I have tried to use the option “do not prompt user for filename” which resolves the issue of exporting data without “secure file save” window, but then I cannot save the complete file anymore in a secure user save - which I also need to do !. So what can I do ? Does exist a command that I can add in my original vba code to avoid the secure save xlspad window from popping up ?
Last edited: