Hi !
I created a macro in VBA to lunch my model in SAP2000. I have two files to import into SAP2000. I import the first one, that's ok. But when I import the second one, it deletes the first one and import the second one. I need to import the two files in the same model ( just like you can do...
Hi !
I'm using Excel and I want to lunch SAP2000v17 with it but I have a problem with my code. Here is it :
Option Explicit
Dim SapObject As SAP2000v17.cOAPI
Dim sapmodel As cSapModel
Dim ret As Long
Sub ouvrir_fichier()
Dim nom_fichier As String
Dim chemin As String
Dim kN_m_C As String...
Hi !
I'm working with an Excel Datasheet comming from the version 11 of SAP2000. Now I need to use it on the version 17.
Do you know a way to convert it ?
Thank You !