Message 1 of 5
VBA and Multiple dwg files

Not applicable
10-29-2007
12:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
Is there a method in VBA to work with multiple drawings programmatically?
I have approximately 800 files that I have to open by hand to update
values(Parcel ID numbers) based on values within each drawing. Rether than
open each drawing by hand, I'd prefer to handle under code control.
VBA doesn't seem to like opening and closing drawings very cleanly when
iterating through a list of file names. Would I be better to drop to full VB
and handle it there?
TIA
Tom
Is there a method in VBA to work with multiple drawings programmatically?
I have approximately 800 files that I have to open by hand to update
values(Parcel ID numbers) based on values within each drawing. Rether than
open each drawing by hand, I'd prefer to handle under code control.
VBA doesn't seem to like opening and closing drawings very cleanly when
iterating through a list of file names. Would I be better to drop to full VB
and handle it there?
TIA
Tom