Office中国论坛/Access中国论坛
标题:
then 后面有多个语句,多个语句怎么竖着写?
[打印本页]
作者:
bfwz
时间:
2008-10-12 20:45
标题:
then 后面有多个语句,多个语句怎么竖着写?
例如,下面例子:
If Range(A1) = "序号" Then
Range(a12).Select
With Selection
.HorizontalAlignment = xlCenter
.VerticalAlignment = xlCenter
.WrapText = False
.Orientation = 0
.AddIndent = False
.IndentLevel = 0
.ShrinkToFit = False
.ReadingOrder = xlContext
.MergeCells = False
End With
Selection.Merge
作者:
pureshadow
时间:
2008-10-13 09:38
竖着写?
鬼子的字母拼成的东东有竖着写的?
欢迎光临 Office中国论坛/Access中国论坛 (http://www.office-cn.net/)
Powered by Discuz! X3.3