蚂蚁文库
换一换
首页 蚂蚁文库 > 资源分类 > PDF文档下载
 

VBnet操做Excel的代码

  • 资源ID:55603474       资源大小:1.30MB        全文页数:39页
  • 资源格式: PDF        下载权限:游客/注册会员    下载费用:15积分 【人民币15元】
快捷注册下载 游客一键下载
会员登录下载
三方登录下载: 微信快捷登录 QQ登录  
下载资源需要15积分 【人民币15元】
邮箱/手机:
温馨提示:
支付成功后,系统会自动生成账号(用户名和密码都是您填写的邮箱或者手机号),方便下次登录下载和查询订单;
支付方式: 微信支付    支付宝   
验证码:   换一换

 
友情提示
2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,既可以正常下载了。
3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰   

VBnet操做Excel的代码

代码示例 Private Sub writeToExcelstrTmp1 As String, colTmp1 As Collection Dim tmp1 Dim i1 As Integer, intCol As Integer, intRow As Integer Dim xlApp As New Excel.Application Dim xlBook As New Excel.Workbook Dim xlSheet As New Excel.Worksheet Dim strName As String, strArray1 As String Dim strS1 As String Dim strD1 As String strS1 CurrentProject.Path “\template.xls“ strD1 CurrentProject.Path “\“ CStratNow, “YYYYMMDDHHMMSS“ “aaa1.xls“ For i1 0 To UBoundstrTmp1 - 1 Debug.Print strTmp1i1 “ “ CStri1 Next i1 strName CurrentProject.Path “\aaa1.xls“ FileCopy strS1, strD1 Set xlApp CreateObject“Excel.Application“ xlApp.Visible False Set xlBook xlApp.Workbooks.OpenstrName Set xlBook xlApp.Workbooks.OpenstrD1 Set xlSheet xlBook.Worksheets1 With xlSheet .Range“F6“.Value strTmp11 .Range“H6“.Value strTmp12 .Range“F7“.Value CStrDate .Range“E10“.Value strTmp19 .Range“A15“.Value “To “ strTmp18 .Range“B26“.Value strTmp14 “PACKAGES“ .Range“B27“.Value strTmp15 “KGS“ .Range“B28“.Value strTmp16 “KGS“ .Range“B29“.Value strTmp17 “M3“ End With intCol 1 intRow 21 1 1 / 3939 代码示例 For i1 1 To colTmp1.Count strArray1 colTmp1.Itemi1 With xlSheet .CellsintRow, 1.Value strArray12 .CellsintRow, 2.Value strArray15 .CellsintRow, 4.Value strArray16 .CellsintRow, 5.Value strArray11 .CellsintRow, 6.Value strArray13 .CellsintRow, 7.Value strArray14 .CellsintRow, 8.Value strArray17 .CellsintRow, 9.Value strArray19 intRow intRow 1 xlApp.ActiveSheet.RowsintRow.Insert .CellsintRow, 1.Value strArray18 intRow intRow 1 xlApp.ActiveSheet.RowsintRow.Insert End With intRow intRow 1 xlApp.ActiveSheet.RowsintRow.Insert Next i1 xlApp.Visible True xlBook.Save xlBook.Close Set xlSheet Nothing Set xlBook Nothing xlApp.Quit tmp1 ShellstrName, 1 hWndDesk GetDesktopWindow r ShellcutehWndDesk, “Open“, strName, vbNullString, 0 “ Set rs1 CurrentDb.OpenRecordsetstrSQL rs1.MoveLast Debug.Print rs1.RecordCount lngCount rs1.RecordCount intFieldLength rs1.Fields.Count Debug.Print intFieldLength Debug.Print intFieldLength strA2 SplitsplitTable“HEADCOST1“, “,“ Debug.Print UBoundstrA2 With xlSheet For i1 0 To intFieldLength - 1 Debug.Print i1 Debug.Print strA1i1 3 3 / 3939 代码示例 .RangestrA1i1.Value getZValuestrA2i1 Next i1 End With If rs1.RecordCount 0 Then rs1.MoveFirst For i1 1 To lngCount For i2 1 To rs1.Fields.Count If IsNullrs1i2 - 1 Then strValue “ “ Else strValue rs1i2 - 1.Value End If xlSheet.Cellsi1 1, i2 strValue Next i2 rs1.MoveNext Next i1 rs1.MoveFirst Else MsgBox “未读取到数据“, vbCritical, “错误“ End If xlBook.Save xlBook.Close Set xlSheet Nothing Set xlBook Nothing xlApp.Quit Set xlApp Nothing rs1.Close Set rs1 Nothing End Sub 4 4 / 3939 代码示例 Private Sub Command1_Click Set xlApp CreateObject“Excel.Application“

注意事项

本文(VBnet操做Excel的代码)为本站会员(sunhongz115)主动上传,蚂蚁文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知蚂蚁文库(发送邮件至2303240369@qq.com或直接QQ联系客服),我们立即给予删除!

温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们


网站客服QQ:2303240369

copyright@ 2017-2027 mayiwenku.com 

网站版权所有  智慧蚂蚁网络

经营许可证号:ICP备2024020385号



收起
展开