<?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: vbaide question.. in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/vbaide-question/m-p/1470162#M39509</link>
    <description>No, you have to do it from within acad, not the vba ide. Either use one of&lt;BR /&gt;
the autoloading options, or use VBAMAN to load as many as you need. They&lt;BR /&gt;
will appear in a tree structure in the Project Explorer window.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
----&lt;BR /&gt;
Ed&lt;BR /&gt;
----</description>
    <pubDate>Thu, 27 Oct 2005 19:38:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2005-10-27T19:38:42Z</dc:date>
    <item>
      <title>vbaide question..</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vbaide-question/m-p/1470155#M39502</link>
      <description>Is there any way of opening multiple dvb files in the editor WITHOUT &lt;BR /&gt;
loading them into cad?</description>
      <pubDate>Wed, 26 Oct 2005 19:33:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vbaide-question/m-p/1470155#M39502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-10-26T19:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: vbaide question..</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vbaide-question/m-p/1470156#M39503</link>
      <description>Do you want to do this via a program ??&lt;BR /&gt;
Look at the VBA extensibility library.</description>
      <pubDate>Thu, 27 Oct 2005 16:14:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vbaide-question/m-p/1470156#M39503</guid>
      <dc:creator>fxcastil</dc:creator>
      <dc:date>2005-10-27T16:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: vbaide question..</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vbaide-question/m-p/1470157#M39504</link>
      <description>ok, i'm lost..&lt;BR /&gt;
&lt;BR /&gt;
I'm looking for a way to edit multiple autocad dvb files in the vba &lt;BR /&gt;
editor without having the files loaded into cad..&lt;BR /&gt;
&lt;BR /&gt;
Like you can with the vlide editor..  you can have multiple files open, &lt;BR /&gt;
without having them linked...&lt;BR /&gt;
&lt;BR /&gt;
that make sense?</description>
      <pubDate>Thu, 27 Oct 2005 16:50:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vbaide-question/m-p/1470157#M39504</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-10-27T16:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: vbaide question..</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vbaide-question/m-p/1470158#M39505</link>
      <description>Makes sense, but lisp files are just ascii text files. You can open them in&lt;BR /&gt;
Notepad or a myriad of other editors. Since dvb files also contain compiled&lt;BR /&gt;
code, they can't be opened in another editor. The compiled code has to be&lt;BR /&gt;
run and loaded into the acad process's memory as a client. That's why it has&lt;BR /&gt;
to be loaded from withing acad. In VB, they are just text files. In other&lt;BR /&gt;
apps like Office apps, the code is stored directly in the doc or xls and you&lt;BR /&gt;
have no choice where to store your code, only whether you want to enable the&lt;BR /&gt;
macros. At least adesk gives you that flexibility.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
----&lt;BR /&gt;
Ed&lt;BR /&gt;
----&lt;BR /&gt;
"C Witt" &lt;CWITT_AT_TRKENG.COM&gt; wrote in message&lt;BR /&gt;
news:4996549@discussion.autodesk.com...&lt;BR /&gt;
ok, i'm lost..&lt;BR /&gt;
&lt;BR /&gt;
I'm looking for a way to edit multiple autocad dvb files in the vba&lt;BR /&gt;
editor without having the files loaded into cad..&lt;BR /&gt;
&lt;BR /&gt;
Like you can with the vlide editor..  you can have multiple files open,&lt;BR /&gt;
without having them linked...&lt;BR /&gt;
&lt;BR /&gt;
that make sense?&lt;/CWITT_AT_TRKENG.COM&gt;</description>
      <pubDate>Thu, 27 Oct 2005 17:00:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vbaide-question/m-p/1470158#M39505</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-10-27T17:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: vbaide question..</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vbaide-question/m-p/1470159#M39506</link>
      <description>so the only way to edit more than one dvb file is:&lt;BR /&gt;
&lt;BR /&gt;
load file 1, edit, unload&lt;BR /&gt;
load file 2, edit, unload&lt;BR /&gt;
load file 3....etc..&lt;BR /&gt;
&lt;BR /&gt;
?</description>
      <pubDate>Thu, 27 Oct 2005 17:10:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vbaide-question/m-p/1470159#M39506</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-10-27T17:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: vbaide question..</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vbaide-question/m-p/1470160#M39507</link>
      <description>No, you can open [I'm sure there's a limit] as many as you like at anytime.&lt;BR /&gt;
&lt;BR /&gt;
Joe&lt;BR /&gt;
--&lt;BR /&gt;
&lt;BR /&gt;
"C Witt" &lt;CWITT_AT_TRKENG.COM&gt; wrote in message &lt;BR /&gt;
news:4996618@discussion.autodesk.com...&lt;BR /&gt;
so the only way to edit more than one dvb file is:&lt;BR /&gt;
&lt;BR /&gt;
load file 1, edit, unload&lt;BR /&gt;
load file 2, edit, unload&lt;BR /&gt;
load file 3....etc..&lt;BR /&gt;
&lt;BR /&gt;
?&lt;/CWITT_AT_TRKENG.COM&gt;</description>
      <pubDate>Thu, 27 Oct 2005 18:10:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vbaide-question/m-p/1470160#M39507</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-10-27T18:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: vbaide question..</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vbaide-question/m-p/1470161#M39508</link>
      <description>ok, can you load the dvb files via the editor?.. or do i hav to do it &lt;BR /&gt;
via cad?  (i'm not seeing a load option, so it looks like i'm stuck with &lt;BR /&gt;
cad..)</description>
      <pubDate>Thu, 27 Oct 2005 18:57:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vbaide-question/m-p/1470161#M39508</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-10-27T18:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: vbaide question..</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vbaide-question/m-p/1470162#M39509</link>
      <description>No, you have to do it from within acad, not the vba ide. Either use one of&lt;BR /&gt;
the autoloading options, or use VBAMAN to load as many as you need. They&lt;BR /&gt;
will appear in a tree structure in the Project Explorer window.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
----&lt;BR /&gt;
Ed&lt;BR /&gt;
----</description>
      <pubDate>Thu, 27 Oct 2005 19:38:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vbaide-question/m-p/1470162#M39509</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-10-27T19:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: vbaide question..</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vbaide-question/m-p/1470163#M39510</link>
      <description>My main vba project is 6,000 kb and doesnt take very long to load, so I dont see the need to have so many separate ones, you can drag a module from one loaded project into another easy enough.</description>
      <pubDate>Fri, 28 Oct 2005 01:51:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vbaide-question/m-p/1470163#M39510</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-10-28T01:51:28Z</dc:date>
    </item>
  </channel>
</rss>

