-WS6-
03-28-2003, 02:52 PM
How do I pass information from a combo box to a cell in Excel?
I have a VBA program in Excel that is executed by clicking a macro button. It then brings up a dialog box with text boxes for entry of information. I've also added a combo box with 5 selections to choose from. When the user is finished filling in all the information and making a selection in the combo box, the user selects the OK button and all the information is passed to different cells on a spreadsheet. My problem is I don't know how to pass the information from the selection made in the combo box to a certain cell in the spreadsheet. Anyone have any suggestions? :huh:
I have a VBA program in Excel that is executed by clicking a macro button. It then brings up a dialog box with text boxes for entry of information. I've also added a combo box with 5 selections to choose from. When the user is finished filling in all the information and making a selection in the combo box, the user selects the OK button and all the information is passed to different cells on a spreadsheet. My problem is I don't know how to pass the information from the selection made in the combo box to a certain cell in the spreadsheet. Anyone have any suggestions? :huh: