Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox value from MS Excel worksheet
Message
From
19/09/2005 11:41:16
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
19/09/2005 00:37:43
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:
01050784
Message ID:
01050886
Views:
8
>hello,
>
>i have a combobox named DropDown_5 placed on an excel worksheet. from this combobox i am displaying some values which i want a user to select from. On selecting a value from the combobox, i want to put the selected value in cell number C9 of my excel worksheet. I am unable to complete the command sequence below that would help me achieve my objective. Can someone please help me out.
>
>With sincere thanks.
>
>Sub DropDown5_Change()
> Range("C9").Select
> ActiveCell.FormulaR1C1 = .................
>
>End Sub
Sub DropDown5_Change()
    Range("C9").Value = DropDown5.Text
End Sub
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform