明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 2278|回复: 0

excel和cad关联不上

[复制链接]
发表于 2011-10-19 22:40:03 | 显示全部楼层 |阅读模式
Private Sub dc_Click()
On Error Resume Next

'''''''''''''''''''''''''''''''''''''''''''''''''''
Dim p As Integer
p = x.ListCount

Me.Hide
    ' 显示打开文件对话框
    CommonDialog1.filter = "梁表 (*.xls)|*.xls|梁表 (*.xls)|*.xls"
    CommonDialog1.FilterIndex = 1
    CommonDialog1.ShowOpen
    '''打开所要打开的梁表EXCL文件
    'TextBox11.Text = CommonDialog1.FileName
    Dim excelApp As Excel.Application
    Dim excelSheet As Excel.Worksheet
   
    Dim filepathandFileName As String
    filepathandFileName = CommonDialog1.FileName
   
   
    ' 获得当前工程的路径
    Dim strFile As String
    strFile = ThisDrawing.Application.VBE.ActiveVBProject.FileName
   
    ' 运行Excel应用程序
    Set excelApp = CreateObject("Excel.Application")
    excelApp.Visible = True
   
    ''打开指定路径中的EXCLE表格
      excelApp.Workbooks.Open filepathandFileName
      
Set excelSheet = excelApp.ActiveWorkbook.Sheets("一点放样表")

Dim n As Integer
For n = 0 To p

excelSheet.Cells(n + 1, 1).Value = x.List(p - n)
excelSheet.Cells(n + 1, 2).Value = yy.List(p - n)
excelSheet.Cells(n + 1, 6).Value = zh1.List(p - n)


Next






   
   
   
    Me.Show vbModeless
  

End Sub
这段代码谁帮我看看怎么和cad连不上了啊
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-25 19:55 , Processed in 0.169501 second(s), 25 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表