<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:miguelangelrv@libreoffice.org" title="m.a.riosv <miguelangelrv@libreoffice.org>"> <span class="fn">m.a.riosv</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - External links in Calc via INDIRECT() always require an update"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=137541">bug 137541</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>miguelangelrv@libreoffice.org
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - External links in Calc via INDIRECT() always require an update"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=137541#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - External links in Calc via INDIRECT() always require an update"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=137541">bug 137541</a>
              from <span class="vcard"><a class="email" href="mailto:miguelangelrv@libreoffice.org" title="m.a.riosv <miguelangelrv@libreoffice.org>"> <span class="fn">m.a.riosv</span></a>
</span></b>
        <pre>Hi @Eike, would be nice some way to avoid this. The better I think could be a
nonvolatile INDIRECT, also it could help to make less slow spreadsheets.

It's an annoying situation, and it doesn't allow even to take a view to the
spreadsheet without update the links, and when update take several minutes or
linked files are not available, it's really annoying, and gives a very bad
impression to persons who don't know the issue or don't have access to the
linked files, making unusable this files without the linked files.

The only solution that I have found it's to disable Autocalculate before save.

Here is a macro to do it.
Sub DesactivarAutocalculo()
   ThisComponent.enableAutomaticCalculation(False)
   End Sub
Adding it to Menu/Tools/Customize/Evens - Save file</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>