Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to send values to an Excel Spreadsheet
Message
De
11/01/1999 16:40:39
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00173811
Message ID:
00174841
Vues:
27
Rod,

I have been searching and searching for a list of the numerical values of those contstants to no avail, any idea where that list is available ?

Gerry.

>Gerry,
> Here's what code was written by the Excel Macro recorder when I aligned a cell. The real way to master Automation is to use the macro recorder in the application you are automation in combination with the object browser of VB/VBA.
>
>The constants shown have the following values
>xlBottom = -4107
>xlRight = -4152
>
>Range("A1").Select
> With Selection
> .HorizontalAlignment = xlRight
> .VerticalAlignment = xlBottom
> .WrapText = False
> .Orientation = 0
> .ShrinkToFit = False
> .MergeCells = False
> End With
>
>
>Hope this helps...
>Rod
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform