<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Undo causes crash in Calc if Selection Changed sheet event writes to cell in another sheet"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=132073#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Undo causes crash in Calc if Selection Changed sheet event writes to cell in another sheet"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=132073">bug 132073</a>
              from <span class="vcard"><a class="email" href="mailto:ggordon@oz.net" title="ggordon <ggordon@oz.net>"> <span class="fn">ggordon</span></a>
</span></b>
        <pre>I noticed that the Event object is passed to the macro when it is triggered. 
Is there anything contained in Event that would indicate that Selection Changed
was triggered by Undo?  If so I could work around this by exiting the macro if
it was triggered by Undo.  There appears to be no problem as long as the event
handler does not write to a cell.  For our application, we do not want this to
happen anyway if the user is just trying to do an Undo.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>