Hi all, I have made an excel workbook which has worked quite successfully so far (with a few usual hiccups of course!) but have come across a problem. I know the basics of VBA and the use of user forms (applying buttons to a user form to make a box to ask if you want to continue etc.)
The problem I am having is that I want a user form to show a drop down list of a range of cells. I.e. you click the arrow to drop down the list and the list displayed corresponds to a list of cells in another sheet. (e.g. in the sheet Suppliers then the range C8:C60). Ideally after this i would like it to copy the corresponding cell in the "A" column and put it into cell "D8" in the sheet "Add new purchase"
This seems complicated but I am sure it is reasonably simple and I hope someone can help.
Thanks
Tom
The problem I am having is that I want a user form to show a drop down list of a range of cells. I.e. you click the arrow to drop down the list and the list displayed corresponds to a list of cells in another sheet. (e.g. in the sheet Suppliers then the range C8:C60). Ideally after this i would like it to copy the corresponding cell in the "A" column and put it into cell "D8" in the sheet "Add new purchase"
This seems complicated but I am sure it is reasonably simple and I hope someone can help.
Thanks
Tom