Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ComboBox In MS Excel - How To ??
Message
From
08/09/2005 11:51:48
 
 
To
08/09/2005 05:55:14
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:
01047635
Message ID:
01047742
Views:
7
>>i have created a format of an application form in an MS Excel spreadsheet. >>In some rows on this spreadsheet, i have placed a combo-box from which the >>user can select from a pre-determined list of items. The item list and its >>corresponding codes are defined with the help of the "Format Control" >>comand on right-clicking the combobox and specifying the "Input Range" and >>the "Cell Link" values. once the user selects an item and saves the >>spreadsheet, i would like to - through vfp6.0 code - be able to store the >>value (and its code seperately) of the combobox (which is in an excel >>spreadsheet) to variables in my vfp6.0 program.

I tend to book the value into a seperate cell using Worksheet_Change() in the VBA. Then use .range("mycell").Value to collect the value.

Hope that helps ?


Gary.
Previous
Reply
Map
View

Click here to load this message in the networking platform