VBA help - block insertion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi There
Sorry that this will be such a basic question. I am not a VBA expert in any way....quite new actually . Running Autocad Architecure 2014.
I have a VBA utility that I have made a special button for. I want this button to insert a dynamic block.
I have WBLOCK'ed the block and it is in a nework folder - no issues here.
There are several other snippets of VBA code that I have found online ands have tried to modify them to work. I must be doing something wrong, as it always stumbles within the code or silently sits there doing nothing.
I just want to click this button and my dynamic block (from network) will be brought into the existing drawing, and the user will select insert point and direction..... Mouse click...done....block inserted. Similar action to a block that would be brought from a tool pallette (but has to be from this VBA utility)
Any help would be appreciated.
Matt