https://bugs.documentfoundation.org/show_bug.cgi?id=145570
--- Comment #3 from [email protected] --- just a guess: Sub Main() Dim X() As Integer A: Redim X(1) Goto C: ' Probably While runtime gotes to C, Parser goes to B, not C. B: X(1,1) = 3 Exit Sub C: Redim X(1,1) Goto B: End Sub -- You are receiving this mail because: You are the assignee for the bug.
