当前位置: 网学 > 编程文档 > VB > 正文

VB中使用EXCEL输出

来源:Http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 12/10/16
下载{$ArticleTitle}原创论文样式
bsp;   End If
        i = i + 1
        rst_gcl.MoveNext
    Loop
        xlsheet.Range(xlsheet.Cells(23 + (countpage - 1) * 18, 1), xlsheet.Cells(i - 1, 10)).Borders.LineStyle = xlContinuous ''尾页加边框
        i = i + 1 ''加入一空行
        ''*********************************在尾页加签名***************************************
        xlsheet.Range(xlsheet.Cells(i, 1), xlsheet.Cells(i, 10)).MergeCells = True
        xlsheet.Cells(i, 1).Value = Space(64) & rst_qm.Fields(0)
        xlsheet.Rows(i).RowHeight = 30
        i = i + 1 ''换行
        xlsheet.Range(xlsheet.Cells(i, 1), xlsheet.Cells(i, 10)).MergeCells = True
        xlsheet.Cells(i, 1).Value = Space(50) & rst_qm.Fields(1)
        xlsheet.Rows(i).RowHeight = 15
        i = i + 1
        xlsheet.Range(xlsheet.Cells(i, 1), xlsheet.Cells(i, 10)).MergeCells = True
        xlsheet.Cells(i, 1).Value = Space(55) & rst_qm.Fields(2)
        xlsheet.Rows(i).RowHeight = 30
        ''***********************************************************************************
        xls.ActiveWindow.View = xlPageBreakPreview ''分页预览
        xls.ActiveWindow.Zoom = 100
   
    If con.State = adStateOpen Then
        rst_gcl.Close
        rst_qm.Close
        Set rst_gcl = Nothing
        Set rst_qm = Nothing
        con.Close
        Set con = Nothing
    End If
    Set xlsheet = Nothing
End Sub

 

Option Explicit

Public Sub ToExcelTsf(ByRef xlbook, ByRef xls)
    Dim con As New ADODB.Connection
    Dim rst_tsf As New ADODB.Recordset
    Dim rst_qm As New ADODB.Recordset
    ''**********************************连接数据库************************
    con.CursorLocation = adUseClient
    con.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & strConnection & ";Persist Security Info=False"
    con.Open
    rst_tsf.Open "tdefeiyong", con, adOpenKeyset, adLockOptimistic, adCmdTable
    If Not (rst_tsf.BOF And rst_tsf.EOF) Then
  &

  • 下一篇资讯: VB实现透明位图
  • 网学推荐

    免费论文

    原创论文

    浏览:
    设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
    版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved
    湘ICP备09003080号