Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding a Page Break In Excel
Message
De
08/01/2001 15:39:12
 
 
À
05/01/2001 08:30:42
Todd Wolfe
Certified Marketing Services
Kinderhook, New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00459740
Message ID:
00460784
Vues:
18
Hi Todd,
I always do something that looks similar to the following:

xlSheet.HPageBreaks.Add(xlSheet.Rows(lnRowNumb + 1))


where 'xlSheet' is an object refering to a specific excel sheet, not the whole application. What that's saying is to add a horizontal page break before the row listed between the '()'. You can do 'VPageBreaks' too, but then you must specify a column in the '()' instead of a row.
Paul A. Busbey
Victoria Insurance
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform