• VBA not reading reference file offset correctly

    Hi, I have a frustrating issue where VBA is not reading the reference file offset correctly. I'm working with a bunch of existing drawings and need to know this for inserting some cell's in bulk. Some drawings it works perfectly but not for others.…
  • [CONNECT 10.14 VBA] Trying implement old Macro written for 5.7...

    We are using CONNECT now, and a user has requested some functionality that existed with the 5.7 edition of MicroStation. The macro was created in 1999 by someone who has since retired. I copied/pasted the macro and attempted to run in CONNECT and received…
  • [mVBA] Scale setting with OpenDesignFileForProgram

    Hello I am checking .dgn files with OpenDesignFileForProgram. One of the information i need to drag out is Scale Setting and check if its 1,1,1 or not (just need to read it). It seems I am only allowed to read ActiveSettings.Scale and can not find the…
  • v8i vba Auto Label line with scale & layers

    Hi all I am looking to create a macro that based on a line selections use the label line function to place a dimension. So far i have the following; Option Explicit Sub AddDistance() Dim ee As ElementEnumerator 'check for selected elements…