Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excel xlValues and Find
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows 2000 SP4
Network:
SAMBA Server
Database:
Visual FoxPro
Divers
Thread ID:
01086704
Message ID:
01086716
Vues:
31
This message has been marked as the solution to the initial question of the thread.
Try this
#DEFINE xlValues	-4163	
>Hi all,
>
>I have over 5000 Excel documents that I need to rip data out of, but I can't seem to figure out how to tell the "find" command in Excel to not search the formulas, but the values only. Here is what I am trying.
>
>oExcel.Range('A1').Find("Street",,,,,,,,TRANSFORM(4294963133, "@0")).Select
>
>The transform command is what I've tried to use to get the hex value of the xlValues constant. Which I've also tried this way.
>
>#define xlValues 0xffffefbd
>
>And then using the xlValues, like this.
>
>oExcel.Range('A1').Find("Street",,,,,,,,xlValues).Select
>
>Which doesn't seem to work either.
>
>Any other suggestions?
>
>TIA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform