2011/2/9 <span dir="ltr"><<a href="mailto:tcoq@free.fr">tcoq@free.fr</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Selon faber <<a href="mailto:faber.cpu@gmail.com">faber.cpu@gmail.com</a>>:<br>
Hello,<br>
thanks for you trying the software. I have a warning on GetItem, which is hiding<br>
an ancester method.<br>
<br>
N° of rows and columns not yet implemented. I could have them next week-end.<br>
My usual practice is to loop on the cells in a given row or column until a<br>
condition is met, for example 'end' in the cell value, or '' empty.<br>
<br></blockquote><br>Some remarks.<br>There is something wrong with TWorkBook.Close. When I have DisplayAlerts=TRUE then it always ask "File FALSE.xlsx already exists. overwrite it ?". Maybe it should have DISPID_CLOSE instead of DISPID_SAVEAS.<br>
<br>What <span id="result_box" class="" lang="en"><span title="Kliknij, aby wyświetlić alternatywne tłumaczenia" class="hps">should look like</span> <span title="Kliknij, aby wyświetlić alternatywne tłumaczenia" class="hps">the correct</span> <span title="Kliknij, aby wyświetlić alternatywne tłumaczenia" class="hps">procedure for</span> <span title="Kliknij, aby wyświetlić alternatywne tłumaczenia" class="hps">closing</span></span> Excel without save file ? <br>
I use:<br><br> ExcelWb.Close(false); // Close with DISPID_CLOSE<span id="result_box" class="short_text" lang="en"><span title="Kliknij, aby wyświetlić alternatywne tłumaczenia" class="hps"></span></span><br> ExcelApp.Quit;<br>
<br>and Excel process still exists untl I close my app.<br>With DISPID_CLOSE <span id="result_box" class="short_text" lang="en"><span title="Kliknij, aby wyświetlić alternatywne tłumaczenia" class="hps">I see</span> <span title="Kliknij, aby wyświetlić alternatywne tłumaczenia" class="hps">that the</span> <span title="Kliknij, aby wyświetlić alternatywne tłumaczenia" class="hps">process</span> <span title="Kliknij, aby wyświetlić alternatywne tłumaczenia" class="hps">releases</span> <span title="Kliknij, aby wyświetlić alternatywne tłumaczenia" class="hps">some</span> <span title="Kliknij, aby wyświetlić alternatywne tłumaczenia" class="hps">memory</span> (</span><span id="result_box" class="short_text" lang="en"><span title="Kliknij, aby wyświetlić alternatywne tłumaczenia" class="hps">probably</span> <span title="Kliknij, aby wyświetlić alternatywne tłumaczenia" class="hps">correctly</span> <span title="Kliknij, aby wyświetlić alternatywne tłumaczenia" class="hps">closes</span> <span title="Kliknij, aby wyświetlić alternatywne tłumaczenia" class="hps">sheet) b</span></span><span id="result_box" class="short_text" lang="en"><span title="Kliknij, aby wyświetlić alternatywne tłumaczenia" class="hps">ut</span> <span title="Kliknij, aby wyświetlić alternatywne tłumaczenia" class="hps">the process</span> <span title="Kliknij, aby wyświetlić alternatywne tłumaczenia" class="hps">still</span> exists (<span title="Kliknij, aby wyświetlić alternatywne tłumaczenia" class="hps">hangs</span></span>?).<br>
<br>I found some workaround for RowCount in TSheet.GetLastRowFilledIn<br><br><br><br>best regards<br>faber<br></div>