https://bugs.documentfoundation.org/show_bug.cgi?id=163055
--- Comment #7 from Paolo <[email protected]> --- As I previously wrote with my first attachment (that you probably missed) there are two macros with the problem: > Created attachment 196551 [details] > Attachment with data to filter and all macros to manage it > I've added the file with the macros. > The two macros no more doing their job are: > 1. Sub MettiFiltroDati() [set filter] > 2. Sub RimuoviFiltroDati() [clean filter] They are both in the "Fotovoltaico.bas" module; this module uses some functions in "Funzioni_MiaLibCalc.bas", so to check the problem avoiding errors due to missing function: a) Load both module b) open both ods files c) activate "Produzione-Consumi_settembre-2024.ods" and run macro 1.[MettiFiltroDati]; the filter should return 0 records. Instead you continue to see all rows (even if the are highlighted as they are filtered). d) Again in "Produzione-Consumi_settembre-2024.ods" run macro 2. [RimuoviFiltroDati]; this should clear the filter but it does not: rows remains highlighted as they are filtered e) Repeat steps c) and d) using any previous version of LibreOffice: both macros will work as they should. f) If you want to see some record appear, in "Produzione-Consumi_settembre-2024.ods" set the value of cell AH1 to a value grater than 0 and big enough to make value in cell AI1 greater or equal to the last date of September that appears in the ods file Let me know if you need any other help. -- You are receiving this mail because: You are the assignee for the bug.
