https://bugs.documentfoundation.org/show_bug.cgi?id=146459
--- Comment #5 from Mike Kaganski <[email protected]> --- (In reply to Mike Kaganski from comment #4) And that is the correct error (it's the bug in Basic code). The psTargetPage is an optional argument of Sub _BD_AddColumn; it is checked for IsEmpty in line 220 prior to the problematic call in line 230; and the logic of the program is strange here: it uses a separate sTargetPage, which is initialized to _BD_Target(lIndex) or to psTargetPage depending on IsMissing(psTargetPage) - why? can't just initialize psTargetPage itself to _BD_Target(lIndex) when it's missing? - but then the work continues in 230 with psTargetPage unconditionally. -- You are receiving this mail because: You are the assignee for the bug.
