OpenSTAAD V8i
This function will open the specified .STD file.
Where:
A string variable that will hold the name of the .STD file, which needs to be open.
Dim objOpenSTAAD As Object
Dim strFileName As String
'Get the application object
Set objOpenSTAAD = GetObject( , "StaadPro.OpenSTAAD")
'Open the file
objOpenSTAAD.OpenSTAADFile strFileName