Recipes.xlsm
The above file is going to be a database for all the recipes for a client. There will be multiple sheets for different categories. I want to make adding a new recipe as easy as possible for the user. I'm looking for a macro that will do the following: When the user clicks "New Recipe" the template shown will add itself to the bottom of all of the existing recipes on the selected sheet. Is this plausible?
I'm also looking for a way to accumulate all recipe names from a sheet into a single column (preferably automatically with a formula or macro). How would I go about doing this?
Lastly, I want to assign a macro to the print button that will print the page that the button resides on, or even prints the page in which the cursor (or selected cell) resides in. How can I do this?
Thanks in advance!
Bookmarks