• (v8i VBA) Returning the XY range of a shape element to a form

    I am writing a VBA code for microstation that will allow the user to select an element, the macro will determine if it's a shape or complex shape, and return the max/min XY values for the entire element to the form to process there. I have been using…
  • Microstation VBA Batch Cell Replacement

    I have created a program which will go through all my DGN drawings that are in many sub folders in a Master Folder. ( Example: C:/MasterFolder/Subfolder/1234.DGN) My program goes through each element looking for specific cell name and when it does find…
  • VBA Microstation Folder Search

    i currently have this code in one of the macros for work. It is located under a button for browsing which folder to look into, and it will get the .DGNs and add them to a listbox. I don't quite understand the code fully and was hoping someone can give…