https://bugs.documentfoundation.org/show_bug.cgi?id=171163
--- Comment #2 from PascalG <[email protected]> --- Created attachment 205957 --> https://bugs.documentfoundation.org/attachment.cgi?id=205957&action=edit Calc file with the macro highlights the problem Case 1. make a change in the range B7:G17 and execute the macro 'Fichier_Enregistrer' : file is saved, no exception is raised. Case 2a. Open the basic IDE but do not open the StaSC library. Make a change in the range B7:G17 then execute the macro 'Fichier_Enregistrer' : file is saved, no exception is raised. Case 2b. Same as 2a. but open the StaSC library with password Ga2026!= , make a change in the range B7:G17 and then execute the macro 'Fichier_Enregistrer' : file is saved, BUT exception '91 variable not defined is raised' with more time to finalise. Edit the code, delete or comment the following lines : type tPeriod dBeginOn as date dEndOn as date end type save the code redo Case 2a. : No exception is raised, same result as Case 1. and Case 2a. -- You are receiving this mail because: You are the assignee for the bug.
