<?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 Delete useless information in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/delete-useless-information/m-p/2505475#M15335</link>
    <description>Use VB or VBA,how to delete useless information,reduce the storage space.In CAD,we use command "Purge",but not completely,some layer,there is not element to select,but the layer can not to delete,so how to do it?thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
    <pubDate>Fri, 12 Jun 2009 12:04:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-06-12T12:04:02Z</dc:date>
    <item>
      <title>Delete useless information</title>
      <link>https://forums.autodesk.com/t5/vba-forum/delete-useless-information/m-p/2505475#M15335</link>
      <description>Use VB or VBA,how to delete useless information,reduce the storage space.In CAD,we use command "Purge",but not completely,some layer,there is not element to select,but the layer can not to delete,so how to do it?thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Fri, 12 Jun 2009 12:04:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/delete-useless-information/m-p/2505475#M15335</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-12T12:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Delete useless information</title>
      <link>https://forums.autodesk.com/t5/vba-forum/delete-useless-information/m-p/2505476#M15336</link>
      <description>1. "Empty layer can't be deleted": When a block is defined, it's components can be placed on on layer or on different layers. if block components are placed on different layers, non of these layers can be deleted until the block occurances is completely clearned from a drawing.  Check your blocks one of them may use more one layers.&lt;BR /&gt;
&lt;BR /&gt;
2. " VB/VBA to do the job":  have a routine to do the follow: &lt;BR /&gt;
 a. gothrouth the block definitions and create a SelectionSet&lt;BR /&gt;
b. Exaim each block definition and it's components' layers. If a component's layer is different from the one the block resides, put information in a listbox.&lt;BR /&gt;
&lt;BR /&gt;
Hope it can help&lt;BR /&gt;
&lt;BR /&gt;
Eddy</description>
      <pubDate>Wed, 17 Jun 2009 16:36:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/delete-useless-information/m-p/2505476#M15336</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-17T16:36:07Z</dc:date>
    </item>
  </channel>
</rss>

