Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Horizontal Alignment in Excel?
Message
From
14/07/2009 19:19:16
 
 
To
14/07/2009 18:54:13
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01412369
Message ID:
01412373
Views:
48
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform