Debug Error

Debug Error

Anonymous
Not applicable
195 Views
1 Reply
Message 1 of 2

Debug Error

Anonymous
Not applicable
Hi,

I was created a DVB with the size of about 3Mb.
Do you know if there is a limit of size in creating DVB files in VBA under
Autocad Map 2000i ???

I have the problem that the compile under debug don't works always and when
it don't works and I save, The file became from 3Mb to 5Mb and it is not
more usable. I loss many procedure with this problem !!!

Please Help Me.
LukeVI.
lukevi@email.it
0 Likes
196 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Luke,

I've had similar problems working with a large vba project. I found that the
corruption seems to occur when I'm doing form layout work. To get around the
problem I added a macro to my project to export all forms, modules and
classes. I then have an empty "template" dvb with all the appropriate
references that I would use to recreate the project with the exported files.

Since then I found out through this newgroup that if you do a Saveas with
VBAMAN, it will do the same thing and it's a lot quicker and easier, but I
still to the export on a regular basis because I like the additional
security of having the exported files.

Look for back to 3/19 for a thread titles "VBA project file size bloat!"

Glen


"LukeVI" wrote in message
news:4CB6BEA00D88B12D2B3B4774FACE57FC@in.WebX.maYIadrTaRb...
> Hi,
>
> I was created a DVB with the size of about 3Mb.
> Do you know if there is a limit of size in creating DVB files in VBA under
> Autocad Map 2000i ???
>
> I have the problem that the compile under debug don't works always and
when
> it don't works and I save, The file became from 3Mb to 5Mb and it is not
> more usable. I loss many procedure with this problem !!!
>
> Please Help Me.
> LukeVI.
> lukevi@email.it
>
>
0 Likes