ernestobarrera, you mean i'll not be able to make sap2000 open a file by giving a vba instruction?
Sap can be easily opened in this way:
Dim MyAppID, ReturnValue
MyAppID = Shell("C:\SAP2000N\Sap2000.exe", 1)
AppActivate MyAppID
but, of course, i'd need the program to open a...