Hie,
well it seems that this function in V2 makes problem
Insert the following code:
Public Function SaveSecureWorkbookToFile(Filename As String) Set XLSPadlock = Application.COMAddIns(“GXLS.GXLSPLock”).Object PathToFile = XLSPadlock.SaveWorkbook(Filename) End Function You can then call the function:
Sub Test_Save() SaveSecureWorkbookToFile (“d:\my documents\my save.xlsc”) End Sub
for me a window still opens with secure save and a suggested file name…
regards,
JEFF