




如果您无法下载资料,请参考说明:
1、部分资料下载需要金币,请确保您的账户上有足够的金币
2、已购买过的文档,再次下载不重复扣费
3、资料包下载后请先用软件解压,在使用对应软件打开
VB中对Excel编程操作实例 vbexcel编程技巧,实例,格式,合并单元格,表格线,页面横向 DimxlAppAsexcel.Application DimxlBookAsexcel.Workbook DimxlSheetAsexcel.Worksheet SetxlApp=CreateObject("Excel.Application") SetxlBook=xlApp.Workbooks.Add SetxlSheet=xlBook.Worksheets(1) DimxRangeAsexcel.Range Dimm5AsString DimmsgssAsBoolean 'OnErrorGoTo99 WithxlSheet Ifabcd=TrueThentmp2="台,"Elsetmp2="个," IfdataM>5Thenm5="数量:"&dataM&tmp2Elsem5="" .Cells(1,1).Value=lb1.Caption&m5&Label15.Caption .Cells(2,1).Value="基本信息" .Cells(6,1).Value="额定性能"&Chr(10)&Text1.Text&"rpm" .Cells(11,1).Value="堵转" .Columns(1).ColumnWidth=8'表格宽度 .Columns(2).ColumnWidth=18'表格宽度 '.Range(.Cells(1,1),.Cells(1,5)).MergeCells=True'合并 .Range(.Cells(2,1),.Cells(5,1)).MergeCells=True'合并单元格 .Range(.Cells(6,1),.Cells(10,1)).MergeCells=True'合并单元格 .Range(.Cells(11,1),.Cells(13,1)).MergeCells=True'合并单元格 .Range(.Cells(1,1),.Cells(13,dataM+2)).Borders.LineStyle=xlContinuous'表格线 .Range(.Cells(2,1),.Cells(13,dataM+2)).HorizontalAlignment=xlCenter .Cells(1,1).Font.Size=12 .Cells(1,1).Font.Name="黑体" .rowS(1).RowHeight=30'行高 Fori=2To13 .rowS(i).RowHeight=20 Next Fori=0TodataM .Columns(i+3).ColumnWidth=15'表格宽度 Ifi<>0Then.Cells(2,i+2).Font.Size=5 .Cells(2,i+2).Value=Label1(i).Caption IfdataM>5Andi<>0Andabcd=TrueThen .Cells(3,i+2).Value=Trim(Left(Right(Label1(i).Caption,7),3)) Else .Cells(3,i+2).Value=Label2(i).Caption EndIf Ifi=0OrdataM<6Then.Cells(3,i+2).Value=Label2(i).Caption .Cells(4,i+2).Value=Label3(i).Caption .Cells(5,i+2).Value=Label4(i).Caption .Cells(6,i+2).Value=Label5(i).Caption .Cells(7,i+2).Value=Label6(i).Caption .Cells(8,i+2).Value=Label7(i).Caption .Cells(9,i+2).Value=Label8(i).Caption .Cells(10,i+2).Value=Label9(i).Caption .Cells(11,i+2).Value=Label10(i).Caption .Cells(12,i+2).Value=Label11(i).Caption .Cells(13,i+2).Value=Label12(i).Caption Next '设置格式 '.Columns(10).NumberFormatLocal="0.00_" .rowS(6).NumberFormatLocal="0.000_" .rowS(7).NumberFormatLocal="0.0_" .rowS(8).NumberFormatLocal="0.0000_" .

王子****青蛙
实名认证
内容提供者


最近下载