AutoCAD Electrical
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
[VBA] Creating a new drawing using a .dwt model
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
152 Views, 1 Replies
12-11-2012 12:23 AM
Hello again,
I would like to know if someone know how it is possible to create in ABA a new drawing using a .dwt existing ?
Regards
Nicolas
Solved! Go to Solution.
Re: [VBA] Creating a new drawing using a .dwt model
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-11-2012 06:41 AM in reply to:
Nicolas.L
The solution is to use use the following code:
Set AcadDoc = AcadObj.Application.Documents.Add("C:\Path_of_the_
Regards
Nicolas

