<?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: Limits in AutoCAD2000 VBA? in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/limits-in-autocad2000-vba/m-p/317382#M94809</link>
    <description>Hi Esa;&lt;BR /&gt;
&lt;BR /&gt;
I'm not sure if this is fixed yet, but as of six months ago there was a problem&lt;BR /&gt;
with DVB files growing and growing, even with no additions, just editing&lt;BR /&gt;
routines or forms. There were two workarounds: First, try to simply save your&lt;BR /&gt;
project under another name. Check to see if the file size has reduced. Second,&lt;BR /&gt;
and more drastic, export all of your modules, start another new project and&lt;BR /&gt;
import them into it. Save the project and see if it's much smaller. If so, get&lt;BR /&gt;
rid of the original and rename the new one.&lt;BR /&gt;
&lt;BR /&gt;
I guess either of these workarounds acts as a 'DVB Purge' &lt;GRIN&gt;. Hope this&lt;BR /&gt;
helps,&lt;BR /&gt;
&lt;BR /&gt;
       ...Colin French&lt;BR /&gt;
&lt;BR /&gt;
Esa Salmikangas wrote:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; I have made some code to my VBA project in AutoCAD2000.&lt;BR /&gt;
&amp;gt; All my VBA code is in one DVB-file and the size of my dvb file is now 1.9&lt;BR /&gt;
&amp;gt; Mb.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; How near are the limits of  the VBA of AutoCAD2000?&lt;BR /&gt;
&amp;gt; How big can a dvb file be?&lt;BR /&gt;
&amp;gt; How many modules/forms can be in one project?&lt;BR /&gt;
&amp;gt; How many prosedures can be in a module/ in a project?&lt;BR /&gt;
&amp;gt; How much code can be in a module (in Excel5 there can be 64 kb of text, it&lt;BR /&gt;
&amp;gt; means something like 2000 lines).&lt;BR /&gt;
&amp;gt; What will happen if my project is too big?&lt;BR /&gt;
&amp;gt; How does the amount of RAM affect?&lt;BR /&gt;
&amp;gt; Is there any document (e.g. white paper, technical reference,...) about the&lt;BR /&gt;
&amp;gt; known limits?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks for all&lt;/GRIN&gt;</description>
    <pubDate>Mon, 20 Mar 2000 20:09:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2000-03-20T20:09:32Z</dc:date>
    <item>
      <title>Limits in AutoCAD2000 VBA?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/limits-in-autocad2000-vba/m-p/317377#M94804</link>
      <description>I have made some code to my VBA project in AutoCAD2000.&lt;BR /&gt;
All my VBA code is in one DVB-file and the size of my dvb file is now 1.9&lt;BR /&gt;
Mb.&lt;BR /&gt;
&lt;BR /&gt;
How near are the limits of  the VBA of AutoCAD2000?&lt;BR /&gt;
How big can a dvb file be?&lt;BR /&gt;
How many modules/forms can be in one project?&lt;BR /&gt;
How many prosedures can be in a module/ in a project?&lt;BR /&gt;
How much code can be in a module (in Excel5 there can be 64 kb of text, it&lt;BR /&gt;
means something like 2000 lines).&lt;BR /&gt;
What will happen if my project is too big?&lt;BR /&gt;
How does the amount of RAM affect?&lt;BR /&gt;
Is there any document (e.g. white paper, technical reference,...) about the&lt;BR /&gt;
known limits?&lt;BR /&gt;
&lt;BR /&gt;
Thanks for all</description>
      <pubDate>Thu, 09 Mar 2000 07:32:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/limits-in-autocad2000-vba/m-p/317377#M94804</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-03-09T07:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Limits in AutoCAD2000 VBA?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/limits-in-autocad2000-vba/m-p/317378#M94805</link>
      <description>Have you considered moving some of your code into a compiled VB6 DLL?  I&lt;BR /&gt;
can't imagine that 2MB of interpreted text would perform that well.&lt;BR /&gt;
&lt;BR /&gt;
Esa Salmikangas wrote in message &amp;lt;8a7k45$he83@adesknews2.autodesk.com&amp;gt;...&lt;BR /&gt;
&amp;gt;I have made some code to my VBA project in AutoCAD2000.&lt;BR /&gt;
&amp;gt;All my VBA code is in one DVB-file and the size of my dvb file is now 1.9&lt;BR /&gt;
&amp;gt;Mb.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;How near are the limits of  the VBA of AutoCAD2000?&lt;BR /&gt;
&amp;gt;How big can a dvb file be?&lt;BR /&gt;
&amp;gt;How many modules/forms can be in one project?&lt;BR /&gt;
&amp;gt;How many prosedures can be in a module/ in a project?&lt;BR /&gt;
&amp;gt;How much code can be in a module (in Excel5 there can be 64 kb of text, it&lt;BR /&gt;
&amp;gt;means something like 2000 lines).&lt;BR /&gt;
&amp;gt;What will happen if my project is too big?&lt;BR /&gt;
&amp;gt;How does the amount of RAM affect?&lt;BR /&gt;
&amp;gt;Is there any document (e.g. white paper, technical reference,...) about the&lt;BR /&gt;
&amp;gt;known limits?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;Thanks for all&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;</description>
      <pubDate>Thu, 09 Mar 2000 13:02:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/limits-in-autocad2000-vba/m-p/317378#M94805</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-03-09T13:02:43Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/limits-in-autocad2000-vba/m-p/317379#M94806</link>
      <description>Thanks.&lt;BR /&gt;
&lt;BR /&gt;
Maybe I should, because I suppose that I'm just on half-way, so in the final&lt;BR /&gt;
application I will have much more code than 2 Mb. I will think it over very&lt;BR /&gt;
carefully.&lt;BR /&gt;
&lt;BR /&gt;
But no any facts ot rumours about limits of VBA?&lt;BR /&gt;
&lt;BR /&gt;
Esa Salmikangas&lt;BR /&gt;
&lt;BR /&gt;
Bill Daly kirjoitti viestissä &amp;lt;8a87oe$he99@adesknews2.autodesk.com&amp;gt;...&lt;BR /&gt;
&amp;gt;Have you considered moving some of your code into a compiled VB6 DLL?  I&lt;BR /&gt;
&amp;gt;can't imagine that 2MB of interpreted text would perform that well.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;Esa Salmikangas wrote in message &amp;lt;8a7k45$he83@adesknews2.autodesk.com&amp;gt;...&lt;BR /&gt;
&amp;gt;&amp;gt;I have made some code to my VBA project in AutoCAD2000.&lt;BR /&gt;
&amp;gt;&amp;gt;All my VBA code is in one DVB-file and the size of my dvb file is now 1.9&lt;BR /&gt;
&amp;gt;&amp;gt;Mb.&lt;BR /&gt;
&amp;gt;&amp;gt;&lt;BR /&gt;
&amp;gt;&amp;gt;How near are the limits of  the VBA of AutoCAD2000?&lt;BR /&gt;
&amp;gt;&amp;gt;How big can a dvb file be?&lt;BR /&gt;
&amp;gt;&amp;gt;How many modules/forms can be in one project?&lt;BR /&gt;
&amp;gt;&amp;gt;How many prosedures can be in a module/ in a project?&lt;BR /&gt;
&amp;gt;&amp;gt;How much code can be in a module (in Excel5 there can be 64 kb of text, it&lt;BR /&gt;
&amp;gt;&amp;gt;means something like 2000 lines).&lt;BR /&gt;
&amp;gt;&amp;gt;What will happen if my project is too big?&lt;BR /&gt;
&amp;gt;&amp;gt;How does the amount of RAM affect?&lt;BR /&gt;
&amp;gt;&amp;gt;Is there any document (e.g. white paper, technical reference,...) about&lt;BR /&gt;
the&lt;BR /&gt;
&amp;gt;&amp;gt;known limits?&lt;BR /&gt;
&amp;gt;&amp;gt;&lt;BR /&gt;
&amp;gt;&amp;gt;Thanks for all&lt;BR /&gt;
&amp;gt;&amp;gt;&lt;BR /&gt;
&amp;gt;&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;</description>
      <pubDate>Fri, 10 Mar 2000 11:44:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/limits-in-autocad2000-vba/m-p/317379#M94806</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-03-10T11:44:08Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/limits-in-autocad2000-vba/m-p/317380#M94807</link>
      <description>Hi,&lt;BR /&gt;
Here's a cut &amp;amp; paste from from the MSDN Library. It's for VB6 but since&lt;BR /&gt;
that's built with VBA, some of the limitations probably apply.&lt;BR /&gt;
&lt;BR /&gt;
  - Tom&lt;BR /&gt;
&lt;BR /&gt;
Control Limitations&lt;BR /&gt;
&lt;BR /&gt;
Each nongraphical control (all the controls except shape, line, image,&lt;BR /&gt;
and label) uses a window. Each window uses system resources, limiting&lt;BR /&gt;
the total number of windows that can exist at one time. The exact limit&lt;BR /&gt;
depends on the available system resources and the type of controls used.&lt;BR /&gt;
&lt;BR /&gt;
To reduce consumption of system resources, use the shape, line, label,&lt;BR /&gt;
and image controls instead of picture box controls to create or display&lt;BR /&gt;
graphics.&lt;BR /&gt;
&lt;BR /&gt;
Total Number of Controls&lt;BR /&gt;
The maximum number of controls allowed on a single form depends on the&lt;BR /&gt;
type of controls used and available system resources. However, there is&lt;BR /&gt;
a fixed limit of 254 control names per form. A control array counts only&lt;BR /&gt;
once toward this limit because all the controls in the array share a&lt;BR /&gt;
single control name.&lt;BR /&gt;
&lt;BR /&gt;
The limit on control array indexes is 0 to 32,767 on all versions.&lt;BR /&gt;
&lt;BR /&gt;
If you layer controls on top of each other, such as using several frame&lt;BR /&gt;
controls within other frames, Visual Basic will generally accept no more&lt;BR /&gt;
than 25 levels of nested controls.&lt;BR /&gt;
&lt;BR /&gt;
Limitations for Particular Controls&lt;BR /&gt;
The following table lists property limitations that apply to particular&lt;BR /&gt;
controls in Visual Basic.&lt;BR /&gt;
&lt;BR /&gt;
Property Applies to Limitation&lt;BR /&gt;
List and ListCount List box and combo box controls Maximum number of&lt;BR /&gt;
items is 32K; the limit on the size of each item is 1K (1024 bytes).&lt;BR /&gt;
Text Text box control Limited to 64K.&lt;BR /&gt;
Caption Label control Limited to 1024 bytes.&lt;BR /&gt;
  Command button, check box, frame, and option button controls Limited&lt;BR /&gt;
to 255 characters. Any caption over these limits is truncated. Captions&lt;BR /&gt;
on custom control properties are limited to 32K.&lt;BR /&gt;
Menu control Limited to 235 characters.&lt;BR /&gt;
Tag All controls Limited only by available memory.&lt;BR /&gt;
Name All controls Limited to 40 characters.&lt;BR /&gt;
&lt;BR /&gt;
Note   In Visual Basic, control property names are limited to 30&lt;BR /&gt;
characters.&lt;BR /&gt;
&lt;BR /&gt;
Code Limitations&lt;BR /&gt;
&lt;BR /&gt;
The amount of code that can be loaded into a form, class, or standard&lt;BR /&gt;
module is limited to 65,534 lines. A single line of code can consist of&lt;BR /&gt;
up to 1023 bytes. Up to 256 blank spaces can precede the actual text on&lt;BR /&gt;
a single line, and no more than twenty-four line-continuation characters&lt;BR /&gt;
( _) can be included in a single logical line.&lt;BR /&gt;
&lt;BR /&gt;
Procedures, Types, and Variables&lt;BR /&gt;
There is no limit on the number of procedures per module. Each procedure&lt;BR /&gt;
can contain up to 64K of code. If a procedure or module exceeds this&lt;BR /&gt;
limit, Visual Basic generates a compile-time error. If you encounter&lt;BR /&gt;
this error, you can avoid it by breaking extremely large procedures into&lt;BR /&gt;
several smaller procedures, or by moving module-level declarations into&lt;BR /&gt;
another module.&lt;BR /&gt;
&lt;BR /&gt;
Visual Basic uses tables to store the names of identifiers (variables,&lt;BR /&gt;
procedures, constants, and so on) in your code. Each table is limited to&lt;BR /&gt;
64K.&lt;BR /&gt;
&lt;BR /&gt;
DLL Declare Table&lt;BR /&gt;
Each form and code module uses a table that contains a structure&lt;BR /&gt;
describing a DLL entry point. Each structure uses approximately 40&lt;BR /&gt;
bytes, with a total restricted size of 64K, resulting in roughly 1,500&lt;BR /&gt;
declarations allowed per module.&lt;BR /&gt;
&lt;BR /&gt;
Project-Name Table&lt;BR /&gt;
The entire application uses a single table that contains all names.&lt;BR /&gt;
These include:&lt;BR /&gt;
&lt;BR /&gt;
Constant names&lt;BR /&gt;
&lt;BR /&gt;
Variable names&lt;BR /&gt;
&lt;BR /&gt;
User-defined - type definition names&lt;BR /&gt;
&lt;BR /&gt;
Module names&lt;BR /&gt;
&lt;BR /&gt;
DLL-procedure declaration names&lt;BR /&gt;
The project name table is unlimited in total size, but is limited to a&lt;BR /&gt;
total of 32K case-sensitive unique entries. If the limit is reached,&lt;BR /&gt;
reuse private identifiers in different modules to limit the number of&lt;BR /&gt;
unique entries to 32K.&lt;BR /&gt;
&lt;BR /&gt;
Import Table&lt;BR /&gt;
Every reference to an identifier in a different module creates an entry&lt;BR /&gt;
in the Import Table. Each such entry is a minimum of 24 bytes and is&lt;BR /&gt;
restricted to 64K, resulting in roughly 2,000 references per module.&lt;BR /&gt;
&lt;BR /&gt;
Module-Entries Table&lt;BR /&gt;
This table accepts up to 125 bytes per module, with a total limit of&lt;BR /&gt;
64K, resulting in about 400 modules per project.&lt;BR /&gt;
&lt;BR /&gt;
Data Limitations&lt;BR /&gt;
&lt;BR /&gt;
The following limitations apply to variables in the Visual Basic&lt;BR /&gt;
language.&lt;BR /&gt;
&lt;BR /&gt;
Form, Standard, and Class Module Data&lt;BR /&gt;
The data segment (that is, the data defined in the Declarations section)&lt;BR /&gt;
of the VBA module of any form or module in Visual Basic can be up to&lt;BR /&gt;
64K. This data segment contains the following data:&lt;BR /&gt;
&lt;BR /&gt;
Local variables declared with Static.&lt;BR /&gt;
&lt;BR /&gt;
Module-level variables other than arrays and variable-length strings.&lt;BR /&gt;
&lt;BR /&gt;
4 bytes for each module-level array and variable-length string.&lt;BR /&gt;
Procedures, Types, and Variables&lt;BR /&gt;
If a procedure or module exceeds the 64K code limit, Visual Basic&lt;BR /&gt;
generates a compile-time error.&lt;BR /&gt;
&lt;BR /&gt;
If you define a procedure that has more than 64K of local variables&lt;BR /&gt;
defined, you get the error "Too many local nonstatic variables."&lt;BR /&gt;
&lt;BR /&gt;
If you define a module that has more than 64K of module-level variables&lt;BR /&gt;
defined, or if you define a User-Defined Type larger than 64K, you get&lt;BR /&gt;
the error "Fixed or static data can't be larger than 64K."&lt;BR /&gt;
&lt;BR /&gt;
If you encounter this error, you can avoid it by breaking extremely&lt;BR /&gt;
large procedures into several smaller procedures, or by moving&lt;BR /&gt;
module-level declarations into another module.&lt;BR /&gt;
&lt;BR /&gt;
An array declared as a variable doesn't contribute to the entire size of&lt;BR /&gt;
the array; only the array descriptor counts toward the 64K limit. So it&lt;BR /&gt;
is acceptable, for example, to have a declaration such as Dim x(1000000)&lt;BR /&gt;
As Byte either in a procedure or at module level. Out of memory problems&lt;BR /&gt;
occur, however, if you declare a large, fixed-size array in a record,&lt;BR /&gt;
then declare instances of those records as variables.&lt;BR /&gt;
&lt;BR /&gt;
User-Defined Types&lt;BR /&gt;
No variable of a user-defined type can exceed 64K, although the sum of&lt;BR /&gt;
variable-length strings in a user-defined type may exceed 64K&lt;BR /&gt;
(variable-length strings occupy only 4 bytes each in the user-defined&lt;BR /&gt;
type; the actual contents of a string are stored separately).&lt;BR /&gt;
User-defined types can be defined in terms of other user-defined types,&lt;BR /&gt;
but the total size of the types cannot exceed 64K.&lt;BR /&gt;
&lt;BR /&gt;
Stack Space&lt;BR /&gt;
Arguments and local variables in procedures take up stack space at run&lt;BR /&gt;
time. Module-level and static variables do not take up stack space&lt;BR /&gt;
because they are allocated in the data segment for forms or modules. Any&lt;BR /&gt;
DLL procedures you call use this stack while they are executing.&lt;BR /&gt;
&lt;BR /&gt;
Visual Basic itself uses some of the stack for its own purposes, such as&lt;BR /&gt;
storing intermediate values when evaluating expressions.&lt;BR /&gt;
&lt;BR /&gt;
Total available stack size for Visual Basic is one megabyte (1MB) per&lt;BR /&gt;
thread. A stack may grow beyond this, however, if there is adjacent free&lt;BR /&gt;
memory.&lt;BR /&gt;
&lt;BR /&gt;
For More Information   For tips on conserving stack space, see&lt;BR /&gt;
"Designing for Performance and Compatibility."&lt;BR /&gt;
&lt;BR /&gt;
System Resource Limitations&lt;BR /&gt;
&lt;BR /&gt;
Some limitations on Visual Basic, and the applications you create with&lt;BR /&gt;
it, are imposed by Microsoft Windows. These limitations may change when&lt;BR /&gt;
you install a different version of Microsoft Windows.&lt;BR /&gt;
&lt;BR /&gt;
Windows Resources&lt;BR /&gt;
Every open window uses some system resources (data areas used by&lt;BR /&gt;
Microsoft Windows). If you run out of system resources, the run-time&lt;BR /&gt;
error "Windows is running low on available resources" occurs. You can&lt;BR /&gt;
check the percentage of system resources remaining by choosing About in&lt;BR /&gt;
the Windows Explorer Help menu in Windows 95/98 and Windows NT 4.0 or&lt;BR /&gt;
later. Applications can also call the Windows API GetFreeSystemResources&lt;BR /&gt;
to reclaim system resources, close windows (such as open forms and Code&lt;BR /&gt;
windows, as well as windows in other applications), and exit running&lt;BR /&gt;
applications.</description>
      <pubDate>Fri, 10 Mar 2000 12:46:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/limits-in-autocad2000-vba/m-p/317380#M94807</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-03-10T12:46:49Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/limits-in-autocad2000-vba/m-p/317381#M94808</link>
      <description>Note that VB6 programmers can save some resources by using the lightweight&lt;BR /&gt;
"windowless" controls in the Common\Tools\Vb\WinLess directory on the CD&lt;BR /&gt;
(CD3 on Visual Studio).  They function the same as their "heavier"&lt;BR /&gt;
counterparts, except that they don't have a hWnd property and don't support&lt;BR /&gt;
DDE.&lt;BR /&gt;
    --Bill&lt;BR /&gt;
&lt;BR /&gt;
Tom Gilmer wrote in message &amp;lt;8aaqru$t2l1@adesknews2.autodesk.com&amp;gt;...&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt;Each nongraphical control (all the controls except shape, line, image,&lt;BR /&gt;
&amp;gt;and label) uses a window. Each window uses system resources, limiting&lt;BR /&gt;
&amp;gt;the total number of windows that can exist at one time. The exact limit&lt;BR /&gt;
&amp;gt;depends on the available system resources and the type of controls used.</description>
      <pubDate>Mon, 13 Mar 2000 19:11:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/limits-in-autocad2000-vba/m-p/317381#M94808</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-03-13T19:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Limits in AutoCAD2000 VBA?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/limits-in-autocad2000-vba/m-p/317382#M94809</link>
      <description>Hi Esa;&lt;BR /&gt;
&lt;BR /&gt;
I'm not sure if this is fixed yet, but as of six months ago there was a problem&lt;BR /&gt;
with DVB files growing and growing, even with no additions, just editing&lt;BR /&gt;
routines or forms. There were two workarounds: First, try to simply save your&lt;BR /&gt;
project under another name. Check to see if the file size has reduced. Second,&lt;BR /&gt;
and more drastic, export all of your modules, start another new project and&lt;BR /&gt;
import them into it. Save the project and see if it's much smaller. If so, get&lt;BR /&gt;
rid of the original and rename the new one.&lt;BR /&gt;
&lt;BR /&gt;
I guess either of these workarounds acts as a 'DVB Purge' &lt;GRIN&gt;. Hope this&lt;BR /&gt;
helps,&lt;BR /&gt;
&lt;BR /&gt;
       ...Colin French&lt;BR /&gt;
&lt;BR /&gt;
Esa Salmikangas wrote:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; I have made some code to my VBA project in AutoCAD2000.&lt;BR /&gt;
&amp;gt; All my VBA code is in one DVB-file and the size of my dvb file is now 1.9&lt;BR /&gt;
&amp;gt; Mb.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; How near are the limits of  the VBA of AutoCAD2000?&lt;BR /&gt;
&amp;gt; How big can a dvb file be?&lt;BR /&gt;
&amp;gt; How many modules/forms can be in one project?&lt;BR /&gt;
&amp;gt; How many prosedures can be in a module/ in a project?&lt;BR /&gt;
&amp;gt; How much code can be in a module (in Excel5 there can be 64 kb of text, it&lt;BR /&gt;
&amp;gt; means something like 2000 lines).&lt;BR /&gt;
&amp;gt; What will happen if my project is too big?&lt;BR /&gt;
&amp;gt; How does the amount of RAM affect?&lt;BR /&gt;
&amp;gt; Is there any document (e.g. white paper, technical reference,...) about the&lt;BR /&gt;
&amp;gt; known limits?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks for all&lt;/GRIN&gt;</description>
      <pubDate>Mon, 20 Mar 2000 20:09:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/limits-in-autocad2000-vba/m-p/317382#M94809</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-03-20T20:09:32Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/limits-in-autocad2000-vba/m-p/317383#M94810</link>
      <description>Well, in A2K it's sorta been fixed. After working on a project for&lt;BR /&gt;
several days, its size grew to 105 Kb. Saving to a different name&lt;BR /&gt;
reduced the size to 78 Kb. Much better than R14.01 but there's still&lt;BR /&gt;
some excess baggage being carried.&lt;BR /&gt;
&lt;BR /&gt;
Colin French &lt;COLINFRENCH&gt; wrote in message&lt;BR /&gt;
news:38D6857C.E99BBC69@hotmail.com...&lt;BR /&gt;
&amp;gt; Hi Esa;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I'm not sure if this is fixed yet, but as of six months ago there was&lt;BR /&gt;
a problem&lt;BR /&gt;
&amp;gt; with DVB files growing and growing, even with no additions, just&lt;BR /&gt;
editing&lt;BR /&gt;
&amp;gt; routines or forms. There were two workarounds: First, try to simply&lt;BR /&gt;
save your&lt;BR /&gt;
&amp;gt; project under another name. Check to see if the file size has reduced.&lt;BR /&gt;
Second,&lt;BR /&gt;
&amp;gt; and more drastic, export all of your modules, start another new&lt;BR /&gt;
project and&lt;BR /&gt;
&amp;gt; import them into it. Save the project and see if it's much smaller. If&lt;BR /&gt;
so, get&lt;BR /&gt;
&amp;gt; rid of the original and rename the new one.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I guess either of these workarounds acts as a 'DVB Purge' &lt;GRIN&gt;. Hope&lt;BR /&gt;
this&lt;BR /&gt;
&amp;gt; helps,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;        ...Colin French&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Esa Salmikangas wrote:&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I have made some code to my VBA project in AutoCAD2000.&lt;BR /&gt;
&amp;gt; &amp;gt; All my VBA code is in one DVB-file and the size of my dvb file is&lt;BR /&gt;
now 1.9&lt;BR /&gt;
&amp;gt; &amp;gt; Mb.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; How near are the limits of  the VBA of AutoCAD2000?&lt;BR /&gt;
&amp;gt; &amp;gt; How big can a dvb file be?&lt;BR /&gt;
&amp;gt; &amp;gt; How many modules/forms can be in one project?&lt;BR /&gt;
&amp;gt; &amp;gt; How many prosedures can be in a module/ in a project?&lt;BR /&gt;
&amp;gt; &amp;gt; How much code can be in a module (in Excel5 there can be 64 kb of&lt;BR /&gt;
text, it&lt;BR /&gt;
&amp;gt; &amp;gt; means something like 2000 lines).&lt;BR /&gt;
&amp;gt; &amp;gt; What will happen if my project is too big?&lt;BR /&gt;
&amp;gt; &amp;gt; How does the amount of RAM affect?&lt;BR /&gt;
&amp;gt; &amp;gt; Is there any document (e.g. white paper, technical reference,...)&lt;BR /&gt;
about the&lt;BR /&gt;
&amp;gt; &amp;gt; known limits?&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Thanks for all&lt;BR /&gt;
&amp;gt;&lt;/GRIN&gt;&lt;/COLINFRENCH&gt;</description>
      <pubDate>Mon, 20 Mar 2000 20:35:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/limits-in-autocad2000-vba/m-p/317383#M94810</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-03-20T20:35:02Z</dc:date>
    </item>
  </channel>
</rss>

