Hi,
I am wanting to know if I can in VBA;
Have a button that when it is clicked;
Searches the name written in a drop down box, the name is then located on another sheet column 1 of "Breakfast" the sheet name of the sheet from which I want the data is located in column 54 of the same page.
Once it has the sheet name I need it to search for the data on sheets("Name obtained from dropdown box").Range(A11:A35) but not include blank rows. and then add it to the sheets("Shopping List") Column 1 row 2.
Any help would be greatly appreciated.
Dylan
I am wanting to know if I can in VBA;
Have a button that when it is clicked;
Searches the name written in a drop down box, the name is then located on another sheet column 1 of "Breakfast" the sheet name of the sheet from which I want the data is located in column 54 of the same page.
Once it has the sheet name I need it to search for the data on sheets("Name obtained from dropdown box").Range(A11:A35) but not include blank rows. and then add it to the sheets("Shopping List") Column 1 row 2.
Any help would be greatly appreciated.
Dylan