Hello, I'm using ADO to get and manage all of my links for a link management interface in VBA. I have a table in my interface that I want to - on the click event - zoom to the CAD block object that the link is tied to. I have everything working fine and the correct link on the click event. All I need is a way to get the insertion point of the linked block so I can run a ZOOMTOCENTER from the insertion point. I am using the ObjectID of the link and am getting correct info from it. I just don't have any idea of how to get the insertion point of the block object it corresponds to. Any suggestions would be greatly appreciated. Don - In Austin, TX