|
ED
|
avaliable
|
RT
|
avaliable
|
Creates a new "Recipe" object by name as string parameter.
Sub CreateNewRecipe() 'Declarations Dim zRecipes As Recipes Dim zRecipe As recipe 'Initialization of zRecipes with the recipes list of the current project Set zRecipes = thisProject.Recipes 'Initialization of zRecipe with the new "Recipe" object Set zRecipe = zRecipes.Create("zenOn_Recipe") End Sub