• 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…
  • 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…
  • RE: PLATE SELECTION VIA OPEN STAAD

    Sekecting Plates.xlsm You are right. Prima facie, "View.SelectGroup" function does not appear to be working the way it should. We will check this further. Also, please find below a macro in selecting a group of plates which uses the Geometry.SelectMultiplePlates…
  • Openstaad member end forces not matching postprocessing numbers

    I have a staad model I built programmically. The file opens and performs a successful analysis from within STAAD but when I try to pull member end forces from a c# program I'm developing the forces are different? I also modifed one of the simple openstaad…
  • Query regarding openstaad and VBA

    I have made a vb program (listed below), it runs well inside object browser, but when i run it from usertools (i.e assigning it to the usertools) it shows error. error: 10092 Activex automation, cannot create object. code: Sub Main() Dim oStd…