• OpenSTAAD function "Output.GetMaxBendingMoments " VBA not working properly..!

    To get the maximum and minimum bending moment in a beam i wrote a code as follows: Private Sub CommandButton2_Click() Dim OpenSTAAD As Object Set objOpenSTAAD = GetObject(, "StaadPro.OpenSTAAD") Dim lMemberNo As Long Dim lEnd As Long Dim lLoadcase As…
  • Automation of Report Setup

    Hi, We select some items like images, some input tables and some output tables for report. This list is always same for every report. Can we make any macro or dialog box which will be having all items together so that every time we do not need to select…