VBA代码设置Word表格属性 。
Dim i As Table,N As Integer
On Error Resume Next 忽略错误
Application.ScreenUpdating = False 关闭屏幕更新
For Each i In ActiveDocument.Tables 在表格中循环
With i
.Style = 列表型 4 将所有表格设置为列表型4的样式
With .Borders 边框
.InsideLineStyle = wdLineStyleSingle 设置内部边框线条
End With
With .Rows(1).Borders(wdBorderBottom) 第一行的底边框
.LineStyle = wdLineStyleDouble 双线型
.LineWidth = wdLineWidth050pt
.Color = wdColorAutomatic
End With
If .Rows.Count1 Then如果表格行数大于1
If Len(.Cell(2,1).Range) = 2 Then 如果第二行第一列不为空
With .Rows(2).Shading 设置底纹
.Texture = wdTextureNone 无底底纹
.ForegroundPatternColor = wdColorAutomatic
.BackgroundPatternColor = wdColorGray125
End With
End If
End If
For N = 2 To .Columns.Count 从第二列到最后一列
.Columns(N).Select 单元格对齐方式为中部居中
Selection.ParagraphFormat.Alignment = wdAlignParagraphCenter
Selection.Cells.VerticalAlignment = wdCellAlignVerticalCenter
Next N
End With
Next i
Application.ScreenUpdating = True
【怎么设置Word表格的VBA代码】以上的代码功能为:表格集合中的循环与对单元格边框的设置 。
经验总结扩展阅读
- 智能手环手表怎么用,华为手表智能手环怎么用法
- 怎么设置ios10解锁模式 ios10解锁模式设置方法【详解】
- 苹果手机基带坏了怎么办,苹果6换基带芯片坏了怎么办?
- 闰二月出现的年份怎么算,哪年闰二月
- 怎么用手机刷卡上公交车
- 暖气片寿命怎么样 暖气片使用注意事项【详解】
- QQ五笔输入法如何设置输入模式
- htc最新款手机型号介绍 htc最新款手机怎么样【图文】
- 迷你世界如何作传送门,迷你世界传送门怎么做
- 国森壁挂炉怎么样 国森壁挂炉特点介绍