https://bugs.freedesktop.org/show_bug.cgi?id=77437
--- Comment #3 from Alejandro Moreno <[email protected]> --- Created attachment 97477 --> https://bugs.freedesktop.org/attachment.cgi?id=97477&action=edit Example with macro loop. I add a new example loop that don't work in Libreoffice calc. The code contain a loop: Range("c2").Select While ActiveCell <> "" If parent = ActiveCell.Value Then check = check + 1 End If ActiveCell.Offset(1, 0).Select Wend but the Libreoffice don't in into the while and check is always 0. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
