• HI, everyone can anybody help me to create frame for storge oil tank without support (fixed, pinned, foundation,.............etc), because we have crane carry up this frame, so weight of the model will go above cuz crane, need strong designer to solve...

    STAAD SPACE START JOB INFORMATION ENGINEER DATE 19-Nov-22 END JOB INFORMATION INPUT WIDTH 79 UNIT MMS KN JOINT COORDINATES 12 14700 6850 0; 13 19450 6850 0; 14 27450 6850 0; 15 30101 6850 0; 16 14700 6850 4200; 17 19450 6850 4200; 18 27450 6850 4200;…
  • Open STAAD - Warning Handling & Minimized window mode.

    We have been trying to automate STAAD.Pro application through VB.NET coding. We need to run the STAAD.Pro application in the minimized window mode. Also, how can we handle STAAD.Pro warning message through VB.NET. Thanks in advance...
  • 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…
  • objOpenSTAAD.Property.AssignBeamProperty Error

    Hello all, I'm trying to assign material to the beams in STAAD through VBA using the OpenSTAAD library. However, when I try to assign the material to the beam through objOpenSTAAD.Property.AssignBeamProperty 7, 1 I get the a Run Time error in Excel…
  • RE: VBA macro for column reinf

    HI, I HAVE DEVELOPED AN EXCEL SHEET FOR EXTRACTING COLUMN REINFORCEMENT DETAILS FROM STAAD .ANL FILE HOPE IT WILL BE USEFUL STAAD COLUMN SUMMARY EXTRACTOR.zip Regards MALLESH +91-9148765688
  • VBA TO vb.NET

    Hi i am facing problem while extracting utility ratio from staad to excel, it was working well with VBA but in VB.net its giving error please check the below code and suggest me suitable solution.Thank you Private Sub Button2_Click(sender As Object…
  • OpenSTAAD | GetBeamList command is not working

    Greetings STAAD fans, I am developing a VBA to the get the list of beams and after a couple of tries I have notice that the OpenSTAAD | GetBeamList command is not working. Any suggestions? See the following VBA Macro Sub GetBeamList() On Error…
  • Cannot open STAAD from Excel VBA Openstaad- Create Object - Regd

    Dear All, I have done some coding using Excel OPENSTAAD. I used Set objOpenSTAAD = CreateObject("StaadPro.OpenSTAAD"). Usually when i execute the command, STAAD opens up by itself runs the analysis. But all of sudden im getting run time 429 error…
  • Excel VBA to Generate Joint Coordinates and Member Incidences for STAAD Text Editor using Building Dimensions As User Input

    Hi, Is there anyone who knows how to develop an Excel Spreadsheet that asks for building dimensions (geometry); and translate these dimensions into joint coordinates, and possibly member incidences to copy them over to STAAD Editor. The number of joints…