My VBA application requires info from one drawing to be used in another one in the same VBA running session.
I need to ALIGN one drawing based upon 3 3D points from another draiwng automatically.
At the moment I'm running my application to collate the info from drawing 1, store it, close my application to open the other drawing and run my application again to retrieve the info to ALIGN it.
Any idea how I can switch to another loaded drawing in the same VBA running session?
Thanks!