Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ComboBox In MS Excel - How To ??
Message
De
08/09/2005 11:51:48
 
 
À
08/09/2005 05:55:14
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01047635
Message ID:
01047742
Vues:
6
>>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform