VBA script crashes InterPlot


  
 Applies To 
  
 Product(s):PROJECTWISE INTERPLOT ORGANIZER
 Version(s):N\A
 Environment: N\A
 Area: Print/Plot
 Subarea: N\A
 Original Author:Larry Abla, Bentley Technical Support Group
  



Problem

ProjectWise InterPlot Organizer crashes when a .vba script is executed from a MicroStation configuration (.cfg) file.

Solution

The problem was fixed by inserting the following code in the .cfg file to bypass the .vba file:

%if !defined (_CONSOLEAPP)
xyz.vba
endif