Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Freeze a row in Excel
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00654058
Message ID:
00654078
Vues:
17
Fred,

Try the follow code:
*	Set the FreezePane property so the user can scroll through the rows
*	and the first row is still visible
loWorkSheet.Rows(2).Select
loExcel.ActiveWindow.FreezePanes = .T.
loWorkSheet.Cells(1,1).Activate
Good luck,
Kurt
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform