robertmwaring2
Board Regular
- Joined
- Mar 8, 2019
- Messages
- 132
- Office Version
- 365
- Platform
- Windows
Hey All,
I am COMPLETELY NEW to VBA and an attempting the "learn as I go" method. I am a chef, and am attempting to create production sheets based on menu selections. I am creating a userform (UFProductionSheet) to make the selections and enter other needed details. All menu selections are purposely made from comboboxes (all of which contain "cb" as the first letters in their names). I have created a button captioned "Submit" that transfers all userform information to specific cells on various sheets in the workbook. There are textboxes with information that go to one sheet ("Production Sheet"), and ALL the comboboxes go to a column in another. ("Info Sheet") There are quite a few comboboxes, and thus far I only know how to enter the value of each into a specific cell (each individually) - which is fine albeit time consuming, but I was wondering if there is a way to compile a list of all combobox values that are not "" (blank) and place that list in a column (Column "CB") in a specific worksheet ("Info Sheet") - that way I can avoid blank cells in that column and perhaps less code? I have tried to research how to accomplish this but apparently am not formulating my question correctly and cannot find an answer. Thanks in advance for the help.
I am COMPLETELY NEW to VBA and an attempting the "learn as I go" method. I am a chef, and am attempting to create production sheets based on menu selections. I am creating a userform (UFProductionSheet) to make the selections and enter other needed details. All menu selections are purposely made from comboboxes (all of which contain "cb" as the first letters in their names). I have created a button captioned "Submit" that transfers all userform information to specific cells on various sheets in the workbook. There are textboxes with information that go to one sheet ("Production Sheet"), and ALL the comboboxes go to a column in another. ("Info Sheet") There are quite a few comboboxes, and thus far I only know how to enter the value of each into a specific cell (each individually) - which is fine albeit time consuming, but I was wondering if there is a way to compile a list of all combobox values that are not "" (blank) and place that list in a column (Column "CB") in a specific worksheet ("Info Sheet") - that way I can avoid blank cells in that column and perhaps less code? I have tried to research how to accomplish this but apparently am not formulating my question correctly and cannot find an answer. Thanks in advance for the help.