Forum home » Delegate support and help forum » Microsoft Access VBA Training and help » Combo boxes in forms and spreadsheets
Combo boxes in forms and spreadsheets
Resolved · High Priority · Version 2007
Combo boxes in forms and spreadsheets
HiI have a question: I have a combo box in a form. If I select a name on this form combo box, I want it to select the same name from an existing combo box anlready in my spreadsheet. Is this possible and how would I go about writing the code for this?
thanks
For upcoming training course dates see: Pricing & availability
RE: combo boxes in forms and spreadsheets
Hi AquilaThanks for your question
If I understand you correctly you want to select an item from a combo box on a form, and you then want that value to appear in a combo box built into a spreadsheet. If this is the case, then I would suggest writing a procedure that runs on the form's combo box "On Click" event. Simply pass the contents of the combo to a variable, and then set the cell that contains the combo box's value equal to that variable.
Hope this helps
Regards
Stephen
|
|
» Forum post: Ms Project 2003 |



Course updates

