ThadiusManbeard
New Member
- Joined
- Aug 21, 2013
- Messages
- 2
Thank you for taking the time to read through this! I appreciate any and all help!
The Goal
I am trying to create an Excel program that can help me generate grocery lists and meal plans (simple enough, right?). I currently have a userform that allows me to search a master list of ingredients/grocery items and I need that user form to add each selected grocery item to a grocery list.
The Current State
I have the master list created and the userform does about 75% of what I want it to do. Currently, the userform cannot search for grocery items AND place the selected items into a grocery list.
The Problems
- I have a limited understanding of the VBA I'm using (most of it I have pieced together from other solutions found online, but that has only gotten me so far).
- I need the user form to be able to perform a live search of the master list, select items, and place those items in another worksheet (this would be the grocery list).
I can email you my workbook so that you can get a better understanding of what I'm doing.
Thanks!
The Goal
I am trying to create an Excel program that can help me generate grocery lists and meal plans (simple enough, right?). I currently have a userform that allows me to search a master list of ingredients/grocery items and I need that user form to add each selected grocery item to a grocery list.
The Current State
I have the master list created and the userform does about 75% of what I want it to do. Currently, the userform cannot search for grocery items AND place the selected items into a grocery list.
The Problems
- I have a limited understanding of the VBA I'm using (most of it I have pieced together from other solutions found online, but that has only gotten me so far).
- I need the user form to be able to perform a live search of the master list, select items, and place those items in another worksheet (this would be the grocery list).
I can email you my workbook so that you can get a better understanding of what I'm doing.
Thanks!
Last edited: