End With End If '最后一行右对齐,其余左对齐 If i > 0 Then If MyRecord.Fields.Item(colloop).Name = "ZBMC" Or MyRecord.Fields.Item(colloop).Name = "指标名称" Then WdApp.Selection.ParagraphFormat.Alignment = wdAlignParagraphLeft Else WdApp.Selection.ParagraphFormat.Alignment = wdAlignParagraphRight End If End If If i = 0 And (MyRecord.Fields.Item(colloop).Name = "SXH" Or MyRecord.Fields.Item(colloop).Name = "顺序号") Then WdApp.Selection.TypeText ("序号") Else 上一页 [1] [2] [3] [4] [5] [6] 下一页 |