Extending product function with VBA : The System Architect object model : Object model classes : Application class : Application class: Methods : WriteStatusLine
  
WriteStatusLine
Allows short messages to be relayed to the user to keep them informed while code is being executed on the status bar of System Architect (the bar in the bottom left hand corner).
Syntax
Application Object.WriteStatusLine(TextToShow)
Parameters
Application Object
Use: Required
Data type: Object
Any instantiated Application class
TextToShow
Use: Required
Data type: String
Text that will be shown on status bar.
See also
Application class: Methods