Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox value from MS Excel worksheet
Message
From
19/09/2005 00:37:43
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Combobox value from MS Excel worksheet
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01050784
Message ID:
01050784
Views:
55
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
Next
Reply
Map
View

Click here to load this message in the networking platform