MicroStation CONNECT Edition Help

To Port V8i MVBA to MicroStation CONNECT Edition

  1. Register MVBA for non-graphical mode (including Batch Process) by defining the OnProjectLoadNonGraphics sub-routine in one of its modules.
    For example:


    Note: If not registered, such MVBA will not be loaded, and the VBA key-ins will not work.
  2. Silently load the required VBA applications before executing the VBA key-ins by adding the following lines to the script file:
    • MDL SILENTLOAD ustnvba
    • MDL SILENTLOAD Bentley.Macros.UI
    For example: