Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfp, Excel, Results of Find
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00771394
Message ID:
00771425
Vues:
8
Actually it is
** select the whole document
num_cols = o.Application.ActiveSheet.UsedRange.Columns.Count
num_rows = o.Application.ActiveSheet.UsedRange.Rows.Count
this_area = "a1:"+chr( 97 + num_cols -1)+alltrim(str(num_rows))
o.Application.Range("a1").Select

oRange = o.ActiveSheet.Range(this_area)
oRange.Cells.Find ("Date Time").Activate

see
http://groups.google.com/groups?q=vfp+excel+cells.find&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=ab2e01c172c3%24edd25be0%243def2ecf%40TKMSFTNGXA14&rnum=2
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform