Hi Andy,<br><br>Point made.<br>I will do the same as in the Rename dialog, thus if &#39;Sheet1&#39; is selected, the rename input box will show &#39;Sheet1&#39;, when Rename is checked.<br><br>I must also fix something in my last patch, now that MoveTable has a pointer as last argument:<br>
    if( rName.Len() )<br>is changed to:<br>    if( pName-&gt;Len() )<br>but must be:<br>    if( ( pName != NULL ) &amp;&amp; ( pName-&gt;Len() ) )<br><br>Joost<br><br><div class="gmail_quote">2010/12/11 Andy Brown <span dir="ltr">&lt;<a href="mailto:andy@the-martin-byrd.net">andy@the-martin-byrd.net</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">On Sat Dec 11 2010 13:54:38 GMT-0800 (PST)  Joost Eekhoorn wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi Kohei,<div class="im"><br>
<br>
 &gt; * I think it would be more user-friendly if the Rename input box<br>
 &gt;  showed the default sheet name.  When moving a sheet, this would be<br>
 &gt;  the original sheet name, while when copying a sheet it would be the<br>
 &gt;  original name followed by &#39;_&#39; + &lt;num&gt; (e.g.  Sheet1 -&gt; Sheet1_1).<br>
<br>
An empty imput box is logical to me, because the Rename dialog shows<br>
also an empty in input box.<br>
But if you want, I can try to impement it.<br>
It is not in this patch, because it more difficult than it sounds.<br>
The default name depends on the document where the copy is going to,<br>
if it is the same document or another document.<br>
<br>
</div></blockquote>
<br>
The default for RC1 is to use the default sheet name when selecting Rename from the context menu, see attached.  Personally I would prefer to follow this for the new setup.<br>
<br>
Thanks again for taking this on.<br><font color="#888888">
<br>
Andy<br>
</font></blockquote></div><br>