<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to Change the A$C******** Auto Generated Name from using PASTE AS BLOCK (CTRL + SHIFT + V) command in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/how-to-change-the-a-c-auto-generated-name-from-using-paste-as/m-p/12687373#M18455</link>
    <description>&lt;P&gt;There's no need to use PasteBlock getting AutoCAD's wacky Block name, and then RENAME the Block after it's in.&amp;nbsp; Use the attached &lt;STRONG&gt;PasteBlockWithName.lsp&lt;/STRONG&gt; routine.&amp;nbsp; It&amp;nbsp;UNDEFINES and &lt;EM&gt;MAKES A NEW DEFINITION OF&lt;/EM&gt; the &lt;STRONG&gt;PasteBlock&lt;/STRONG&gt; command, which forces you to give the Block a meaningful name &lt;EM&gt;in the process&lt;/EM&gt; of pasting it in.&amp;nbsp; It checks that the name you give it is not already used in the drawing, and won't permit you to give it nothing.&amp;nbsp; It works whether you use the PasteBlock command name or Ctrl+Shift+V.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For those Blocks already in the drawing with wacky names, use &lt;STRONG&gt;RenameBlock.lsp&lt;/STRONG&gt;, with its &lt;STRONG&gt;RB&lt;/STRONG&gt; command, which lets you give a selected Block a new name without needing to know what its current name is to feed into a RENAME command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;[There are links to the Cadalyst CAD Tips website to download these in several Topics in this Forum, but currently downloads are not working there, though they tell me they're working on fixing that.]&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Apr 2024 16:07:23 GMT</pubDate>
    <dc:creator>Kent1Cooper</dc:creator>
    <dc:date>2024-04-04T16:07:23Z</dc:date>
    <item>
      <title>How to Change the A$C******** Auto Generated Name from using PASTE AS BLOCK (CTRL + SHIFT + V) command</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-change-the-a-c-auto-generated-name-from-using-paste-as/m-p/12685704#M18452</link>
      <description>&lt;P&gt;Is there a way to change the naming of blocks from A$C******** and assign it to your preference?&lt;/P&gt;&lt;P&gt;I have tried using the RENAME command, but it would take me a lot of time to rename each blocks in my drawing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="20240404120428.jpg" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1345528i9527593A714D6C97/image-size/medium?v=v2&amp;amp;px=400" role="button" title="20240404120428.jpg" alt="20240404120428.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 04:19:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-change-the-a-c-auto-generated-name-from-using-paste-as/m-p/12685704#M18452</guid>
      <dc:creator>gdmgonzaga</dc:creator>
      <dc:date>2024-04-04T04:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to Change the A$C******** Auto Generated Name from using PASTE AS BLOCK (CTRL + SHIFT + V) command</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-change-the-a-c-auto-generated-name-from-using-paste-as/m-p/12685721#M18453</link>
      <description>&lt;P&gt;No way to assign it to a different naming convention. To avoid it just don't use that feature or always explode it afterwards. If you want to use your own Block names then use the WBlock or Block commands to create the Block &amp;amp; the Insert command to bring the Block into the drawing instead of CTRL+C &amp;amp; CTRL+SHIFT+V&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 04:33:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-change-the-a-c-auto-generated-name-from-using-paste-as/m-p/12685721#M18453</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-04-04T04:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Change the A$C******** Auto Generated Name from using PASTE AS BLOCK (CTRL + SHIFT + V) command</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-change-the-a-c-auto-generated-name-from-using-paste-as/m-p/12685722#M18454</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15302154"&gt;@gdmgonzaga&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can rename the block with ease with lisp. Please find the link to download the lisp:&amp;nbsp;&lt;A href="https://lee-mac.com/copyblock.html" target="_blank" rel="noopener"&gt;https://lee-mac.com/copyblock.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the above link download the .lsp file. Next drag and drop the downloaded .lsp file into AutoCAD. Type in the command "RB" and select the block which you want to rename and enter the new name for the block&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 04:34:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-change-the-a-c-auto-generated-name-from-using-paste-as/m-p/12685722#M18454</guid>
      <dc:creator>vinodkl</dc:creator>
      <dc:date>2024-04-04T04:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Change the A$C******** Auto Generated Name from using PASTE AS BLOCK (CTRL + SHIFT + V) command</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-change-the-a-c-auto-generated-name-from-using-paste-as/m-p/12687373#M18455</link>
      <description>&lt;P&gt;There's no need to use PasteBlock getting AutoCAD's wacky Block name, and then RENAME the Block after it's in.&amp;nbsp; Use the attached &lt;STRONG&gt;PasteBlockWithName.lsp&lt;/STRONG&gt; routine.&amp;nbsp; It&amp;nbsp;UNDEFINES and &lt;EM&gt;MAKES A NEW DEFINITION OF&lt;/EM&gt; the &lt;STRONG&gt;PasteBlock&lt;/STRONG&gt; command, which forces you to give the Block a meaningful name &lt;EM&gt;in the process&lt;/EM&gt; of pasting it in.&amp;nbsp; It checks that the name you give it is not already used in the drawing, and won't permit you to give it nothing.&amp;nbsp; It works whether you use the PasteBlock command name or Ctrl+Shift+V.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For those Blocks already in the drawing with wacky names, use &lt;STRONG&gt;RenameBlock.lsp&lt;/STRONG&gt;, with its &lt;STRONG&gt;RB&lt;/STRONG&gt; command, which lets you give a selected Block a new name without needing to know what its current name is to feed into a RENAME command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;[There are links to the Cadalyst CAD Tips website to download these in several Topics in this Forum, but currently downloads are not working there, though they tell me they're working on fixing that.]&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 16:07:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-change-the-a-c-auto-generated-name-from-using-paste-as/m-p/12687373#M18455</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2024-04-04T16:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to Change the A$C******** Auto Generated Name from using PASTE AS BLOCK (CTRL + SHIFT + V) command</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/how-to-change-the-a-c-auto-generated-name-from-using-paste-as/m-p/12692133#M18456</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have a dropdown in my Ribbon for Paste that includes a macro for Paste as Group that are often easier to work with than blocks:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="lisp"&gt;^C^C_pasteblock;\(setq LstBlk(vla-get-Name (vlax-ename-&amp;gt;vla-object (entlast))));_explode;_last;_-group;_create;*;;_previous;;(command "-purge" "B" LstBlk "N")
(setq LstBlk nil)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2024 06:49:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/how-to-change-the-a-c-auto-generated-name-from-using-paste-as/m-p/12692133#M18456</guid>
      <dc:creator>TomBeauford</dc:creator>
      <dc:date>2024-04-07T06:49:20Z</dc:date>
    </item>
  </channel>
</rss>

