Access Title Block with VBA
Access Title Block with VBA
(OP)
I'm new to AutoCAD. I've got my VBA code working to open up various AutoCAD files. However, I'm confused at this point.
What I want to do is to determine if a "Valid Title Block" exists and if so I want to access all attributes associated with that title block so that I can export them. All I need to know here is how to access the title block and its attributes.
Thanks
What I want to do is to determine if a "Valid Title Block" exists and if so I want to access all attributes associated with that title block so that I can export them. All I need to know here is how to access the title block and its attributes.
Thanks
RE: Access Title Block with VBA
Check out FAQ687-5800: How to connect AutoCAD to Access. You don't need any of the data access stuff but it does show how to connect to your title block.
HTH
Todd