Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Foxpro to Excel
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00234738
Message ID:
00235421
Vues:
21
Jason,

Has your code created an excel object, open a workbook and referenced a sheet?
"xlToRight" and "xlDown" have worked for me. If you have excel visible, at this point you should see the cursur in cell B2.
>>with objsheet
>> .Range("A1").Select
>> .Selection.End(xlToRight).Select
>> .Selection.End(xlDown).Select
>>endwith
>
>Umm, I haven't used that command, sometimes you have to play with them, unless someone else can chime in with help. It looks like maybe too many Selects, is my first thought...you might try something like
>
>.Selection.End = xlToRight
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform