|
ED
|
avaliable
|
RT
|
avaliable
|
Deletes a "Recipe" object from the collection.
Sub DeleteRecipe() 'Declarations Dim zRecipes As Recipes 'Initialization of zRecipes with the recipes list of the current project Set zRecipes = thisProject.Recipes 'Deletes the recipe with the name "zenOn_Recipe" zRecipes.Delete ("zenOn_Recipe") End Sub