I am trying to create a User Form for my wife. She is a catering manager at a University. She has a "Pull List" for her catering, it is not the same all of the time, but I want to include everything on the form. I want her to be able to put a number beside the item she needs, and the item she doesn't need will not show on the form. For example:
Cell A1 Cell B1
Table Cloths (114) 2
Cell A2 Cell B2
Table Cloths (85) will be blank.
I don't want the Table Cloths (85) to show up on the form if there is no number in the cell.
Is there a formula or somewhere in the VBA that I can put an "If" statement like "If (for example) Cell B2 is blank, then do not display Cell A2 or B2" On user form?
I am still learning VBA and User Form. If this is possible it would be great, because the spreadsheet I have now is about 3 pages if she has to print it out every time, but if I can eliminate the blank cells, then it would most likely be at most half a page.
Cell A1 Cell B1
Table Cloths (114) 2
Cell A2 Cell B2
Table Cloths (85) will be blank.
I don't want the Table Cloths (85) to show up on the form if there is no number in the cell.
Is there a formula or somewhere in the VBA that I can put an "If" statement like "If (for example) Cell B2 is blank, then do not display Cell A2 or B2" On user form?
I am still learning VBA and User Form. If this is possible it would be great, because the spreadsheet I have now is about 3 pages if she has to print it out every time, but if I can eliminate the blank cells, then it would most likely be at most half a page.