Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Horizontal Alignment in Excel?
Message
De
14/07/2009 19:19:16
 
 
À
14/07/2009 18:54:13
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Versions des environnements
Visual FoxPro:
VFP 7
OS:
Windows XP SP2
Divers
Thread ID:
01412369
Message ID:
01412373
Vues:
49
It looks like...

Sub Macro1()
'
' Macro1 Macro
' Macro recorded 7/14/2009 by Martha Kroll
'

'
With Selection
.HorizontalAlignment = xlLeft
.VerticalAlignment = xlBottom
.WrapText = False
.Orientation = 0
.AddIndent = False
.IndentLevel = 0
.ShrinkToFit = False
.ReadingOrder = xlContext
.MergeCells = False
End With
End Sub
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform