Redefine Block definition from another file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Anyone got any idea how I can get VBA to insert/redefine a block reference from another file into a block (of the same name) that already exists in the target drawing?
I've tried using the insertblock method but it produces a 'filer error' - and I'm not sure it's the right way to approach this anyway..
Anyone got any thoughts? I've read an older posts that uses some sort of objectdbx reference that I've not run into before but I can't get the code to work - I'm guessing I need to reference some other type library but I've no idea which or what..
As a bonus point, it'd would also be good to be able to retrieve the contents of the blocks collection in the source drawing in some clever way other than opening it (a bit like browsing using the design centre) - is it at all possible?
cheers
G