Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox in MS Excel
Message
 
To
12/09/2005 05:38:10
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01048657
Message ID:
01048905
Views:
20
What tool do you wish to use when creating or editing the combobox object?
For instance, in Excel VBA editor you may add the routine like:
Private Sub ComboBox1_Change()
    Range("C9").Value = ComboBox1.Value
End Sub
>hi all,
>
>i have created an MS Excel worksheet which has a combobox on top of cell address C9. In the combobox i am displaying some text values for selection. i want store the text selected from the combobox in the cell C9. what command do i need to help me achieve this result ?
>
>for example, if in the combobox the value "apple" is selected, i want the text "apple" to be stored on cell C9
>
>with sincere thanks in advance
Previous
Reply
Map
View

Click here to load this message in the networking platform