设为首页收藏本站Access中国

Office中国论坛/Access中国论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

返回列表 发新帖
查看: 896|回复: 1
打印 上一主题 下一主题

[模块/函数] 在EXCEL里调用ACCESS帮帮忙

[复制链接]
跳转到指定楼层
1#
发表于 2008-2-22 08:16:44 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
这段代码是写在EXCEL里的。有些问题能帮我改一改吗?


Sub ZHP正式系列()
    On Error GoTo err
    Application.DisplayAlerts = False
    Application.ScreenUpdating = False
    Dim DB As Database
    Dim RS As Recordset
    Dim Va As String
    Dim Strsql As String
   
    Set DB = OpenDatabase("D:\数据库.mdb")
    ING1 = Application.ActiveCell.Column
    For xh = 1 To 100
        If Cells(1, xh) = "型号"  Then ing2 = xh: Exit For
        
    Next
    row_e = Cells(65536, ing2).End(xlUp).Row
    For Row = 2 To row_e
        Va = Cells(Row, ing2)
        
        Strsql = Nz(DLookup("[正式系列]", "ZHP", "[ZPXHAO]='" & Va & "'"))    '程序在这有时错误,有时可以运行

                    Cells(Row, ING1) = Strsql
            Next
退出:
    Set DB = Nothing
    Application.DisplayAlerts = True
    Application.ScreenUpdating = True
    Exit Sub
err:
    MsgBox Error$
    Resume 退出:
            
        
        
End Sub
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 分享淘帖 订阅订阅
2#
 楼主| 发表于 2008-2-22 11:07:55 | 只看该作者
顶一下!!!!!!!!!!!!!!!!!!!!!!1
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|站长邮箱|小黑屋|手机版|Office中国/Access中国 ( 粤ICP备10043721号-1 )  

GMT+8, 2024-9-22 05:22 , Processed in 0.074169 second(s), 26 queries .

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

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