如下字语句是让VB工程查询数据导出EXCEL单元格中自动缩小填充,如何变成截取8位字符
newxls.Columns("B:F").SelectWithnewxls.Selection.HorizontalAlignment=xlLeft.VerticalA...
newxls.Columns("B:F").Select
With newxls.Selection
.HorizontalAlignment = xlLeft
.VerticalAlignment = xlBottom
.WrapText = False
.Orientation = 0
.AddIndent = False
.IndentLevel = 0
.ShrinkToFit = True
.MergeCells = False
End With 展开
With newxls.Selection
.HorizontalAlignment = xlLeft
.VerticalAlignment = xlBottom
.WrapText = False
.Orientation = 0
.AddIndent = False
.IndentLevel = 0
.ShrinkToFit = True
.MergeCells = False
End With 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询