I have created a spreadsheet that allows a user to batch run multiple plans in HEC-RAS 4.1.0 (see link below). This spreadsheet allows the user to browse to a selected project file and select it, but it still requires that the user list out the titles of the plans which are to be run. I am trying to come up with a way to use the Plan_Names routine to list all of the plans within the current project in the excel workbook and then let the user select which plans to batch run. Do you know of a way to do this?
Mike, the Plan_Names subroutine will allow you to get the number of plans and the plan names for each “number”. You can then populate a dropdown or list box and let the user select from the plans that you put in there. Then use the Plan_SetCurrent to change the current plan to the selected one.