When using VBA to extract results from Open STAAD, do I need to have any print commands in the STAAD file. For example I am extracting End Member forces, so do I need the "PRINT MEMBER FORCES" command in my STAAD file. Asking as the VBA code i have written only seems to work with certain file.
The code also sometime extract some results (for example GetAllMembersIncidences), but then cant locate the file when i ask it extract something else?
Hi Benjamin
OpenSTAAD will fetch the force regardless of whether PRINT commands are specified.
If it does not fetch them on some occasions, the reason is something else.