Message 1 of 7
Not applicable
11-30-1999
05:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello AutoCAD VBA Users,
How do I test if a file exists? I have a For Loop that will open a DXF
file (e.g. concatenate the loop number to the filename to come up with
file1.dxf, file2.dxf, etc.), do some VBA changes, then save as DWG.
Problem is I get an error message when a file doesn't exist.
Thanks,
Jeff Jensen, [email protected]
Sent via Deja.com http://www.deja.com/
Before you buy.
How do I test if a file exists? I have a For Loop that will open a DXF
file (e.g. concatenate the loop number to the filename to come up with
file1.dxf, file2.dxf, etc.), do some VBA changes, then save as DWG.
Problem is I get an error message when a file doesn't exist.
Thanks,
Jeff Jensen, [email protected]
Sent via Deja.com http://www.deja.com/
Before you buy.
Solved! Go to Solution.