https://bugs.freedesktop.org/show_bug.cgi?id=86667

--- Comment #5 from Justin L <jl...@mail.com> ---
Created attachment 110141
  --> https://bugs.freedesktop.org/attachment.cgi?id=110141&action=edit
reduced macro code to the bare minimum

I worked on isolating the part of the code that seems to be causing the crash. 
It seems to crash when a call is made to txtValue_Change() - which a textbox
element calls when the value changes.  


Private Sub txtValue_Change()
    'If this function is completely blank, it seems to not crash
    MsgBox (txtValue)  'this is enough to cause the crash    
End Sub

txtValue_Change() is not called when clicking on an empty cell, which is why I
can do normal data entry OK.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to