ExcelHome技术论坛

 找回密码
 免费注册

QQ登录

只需一步,快速开始

快捷登录

搜索
EH技术汇-专业的职场技能充电站 妙哉!函数段子手趣味讲函数 Excel服务器-会Excel,做管理系统 效率神器,一键搞定繁琐工作
HR薪酬管理数字化实战 Excel 2021函数公式学习大典 Excel数据透视表实战秘技 打造核心竞争力的职场宝典
让更多数据处理,一键完成 数据工作者的案头书 免费直播课集锦 ExcelHome出品 - VBA代码宝免费下载
用ChatGPT与VBA一键搞定Excel WPS表格从入门到精通 Excel VBA经典代码实践指南
查看: 488|回复: 5

[求助] 工作表事件_SelectionChange

[复制链接]

TA的精华主题

TA的得分主题

发表于 2023-6-16 16:04 | 显示全部楼层 |阅读模式
[广告] Excel易用宝 - 提升Excel的操作效率 · Excel / WPS表格插件       ★免费下载 ★       ★ 使用帮助
有一个调拨工具实现了二个单元格A和B都是数值 (一个做减法  一个做加法),然后自动获取减少的单元格信息做调出,自动获取调入信息,并记录同行的其他信息,一个朋友写的代码不太看的懂请大神指教,最好能写个注释,必有感谢!

Sub Worksheet_SelectionChange(ByVal Target As Range)       
Rem 090215加入。在透视表中修改数据进行调配,在工作表124中自动记录调配!       
Rem 透视表格式:A列放季节,B列放编码,C列放货号,第1行放门店,库存区域从D2单元格开始       
Dim i As Long       
Dim j As Integer       
Static r1 As Integer       
Static r2 As Integer       
Static c1 As Integer       
Static c2 As Integer       
Static value As Variant       
Static jijie As String               
Static chima As String       
Static huohao As String       
Static dalei As String       
Static zhonglei As String
Static pinming As String
Static pinlei As String
Static gushibao As String
Static xingbie As String       
Static tiaochu As String       
Static tiaoru As String       
Static zeng As Integer       
Static jian As Integer       
Static hs As Integer       
Static flag As Boolean       
       
On Error Resume Next       
       
If Range("IQ2103") = "" Then       
       
If flag = True Then Application.StatusBar = "就绪"       
       
If r1 = 0 Then       
    hs = 1       
    Sheets("124").Cells(1, 1) = "季节"       
    Sheets("124").Cells(1, 2) = "货号"       
    Sheets("124").Cells(1, 3) = "尺码"       
    Sheets("124").Cells(1, 4) = "大类"       
    Sheets("124").Cells(1, 5) = "中类"
    Sheets("124").Cells(1, 6) = "品名"
    Sheets("124").Cells(1, 7) = "品类"
    Sheets("124").Cells(1, 8) = "故事包"
    Sheets("124").Cells(1, 9) = "性别 "       
    Sheets("124").Cells(1, 10) = "数量"       
    Sheets("124").Cells(1, 11) = "调出"       
    Sheets("124").Cells(1, 12) = "调入"       
    r1 = ActiveCell.Row       
    c1 = ActiveCell.Column       
    value = ActiveCell.value       
    If MsgBox("使用说明:保证有一个名为124的工作表!如果没有,请点击“否”," & vbCrLf & "并新建一个名为124的工作表,然后退出Excel文件,重新打开后即可使用!", vbYesNo, "方法") = vbNo Then       
        Exit Sub       
    End If       
End If       
       
Rem 如果上一个单元格的内容发生改变       
If Cells(r1, c1) <> value Then       
    If Cells(r1, c1) < value Then       
        Cells(r1, c1).Interior.ColorIndex = 4       
        r2 = r1       
        c2 = c1       
        jian = value - Cells(r1, c1)       
        tiaochu = Cells(1, c1)       
        jijie = Cells(r1, 1)       
        huohao = Cells(r1, 2)       
        chima = Cells(r1, 3)
        dalei = Cells(r1, 4)       
        zhonglei = Cells(r1, 5)
        pinming = Cells(r1, 6)
        pinlei = Cells(r1, 7)
        gushibao = Cells(r1, 8)
        xingbie = Cells(r1, 9)       
        Sheets("124").Cells(1, 107) = jijie       
        Sheets("124").Cells(1, 108) = huohao       
        Sheets("124").Cells(1, 109) = chima       
        Sheets("124").Cells(1, 110) = jian       
        Sheets("124").Cells(1, 111) = tiaochu       
        Sheets("124").Cells(1, 112) = r1       
        Application.StatusBar = "货号:" & huohao & ",数量:" & jian & ",计划调出门店:" & tiaochu       
        flag = False       
    End If       
    If Cells(r1, c1) >= value Then       
        zeng = Cells(r1, c1) - value       
        tiaoru = Cells(1, c1)       
        If Sheets("124").Cells(1, 110) <> zeng Or Sheets("124").Cells(1, 112) <> r1 Then       
            MsgBox "增减量不同!或不是同一个货号!", vbOKOnly, "出错了!!"       
            Cells(r2, c2).Interior.ColorIndex = Cells(r2, c2 - 1).Interior.ColorIndex       
            Cells(r2, c2) = Cells(r2, c2) + jian       
            Cells(r1, c1) = Cells(r1, c1) - zeng       
            Application.StatusBar = "就绪"       
            If Cells(r1, c1) = 0 Then Cells(r1, c1) = ""       
            zeng = 0       
            jian = 0       
            r1 = 0       
            c1 = 0       
            r2 = 0       
            c2 = 0       
        Else       
            Cells(r1, c1).Interior.ColorIndex = 3       
            For i = 2 To 65530       
                If Sheets("124").Cells(i, 1) = "" Then       
                    For j = 1 To 11 Step 2       
                        Sheets("124").Cells(1, (j + 1) / 2) = Mid("季节货号尺码大类中类品名调出调入", j, 2)       
                    Next j       
                    Sheets("124").Cells(i, 1) = jijie       
                    Sheets("124").Cells(i, 2) = huohao       
                    Sheets("124").Cells(i, 3) = chima       
                    Sheets("124").Cells(i, 4) = dalei       
                    Sheets("124").Cells(i, 5) = zhonglei
                    Sheets("124").Cells(i, 6) = pinming
                    Sheets("124").Cells(i, 7) = pinlei
                    Sheets("124").Cells(i, 8) = gushibao
                    Sheets("124").Cells(i, 9) = xingbie       
                    Sheets("124").Cells(i, 10) = zeng       
                    Sheets("124").Cells(i, 11) = tiaochu       
                    Sheets("124").Cells(i, 12) = tiaoru
                    Application.StatusBar = "货号:" & huohao & ",数量:" & jian & ",调出门店:" & tiaochu & ",调入门店:" & tiaoru & "  调配被成功记录!"       
                    flag = True       
                    zeng = 0       
                    jian = 0       
                    r1 = 0       
                    c1 = 0       
                    r2 = 0       
                    c2 = 0       
                    Exit For       
                End If       
            Next i       
        End If       
    End If       
End If       
    r1 = ActiveCell.Row       
    c1 = ActiveCell.Column       
    value = ActiveCell.value       
End If       
End Sub

TA的精华主题

TA的得分主题

发表于 2023-6-16 16:58 | 显示全部楼层
这是Ai写的吧,人类不可能这么写。

TA的精华主题

TA的得分主题

发表于 2023-6-16 17:30 | 显示全部楼层
[广告] Excel易用宝 - 提升Excel的操作效率 · Excel / WPS表格插件       ★免费下载 ★       ★ 使用帮助
没有附件不能测试代码。
建议上传Excel表格附件来说明问题。

TA的精华主题

TA的得分主题

 楼主| 发表于 2023-7-7 15:36 | 显示全部楼层
[广告] Excel易用宝 - 提升Excel的操作效率 · Excel / WPS表格插件       ★免费下载 ★       ★ 使用帮助
ykcbf1100 发表于 2023-6-16 16:58
这是Ai写的吧,人类不可能这么写。

能针对对这个代码有点疑问请教你吗

TA的精华主题

TA的得分主题

发表于 2023-7-7 15:53 | 显示全部楼层
逝水_流年 发表于 2023-7-7 15:36
能针对对这个代码有点疑问请教你吗

要先上传附件,才有看代码的必要。
如果可以,我是宁愿新写一个。

TA的精华主题

TA的得分主题

发表于 2023-7-7 16:30 | 显示全部楼层
楼主是做大工程的,看起来有点吃力,直接上传附件,把需求表达清楚,重新写一个吧
您需要登录后才可以回帖 登录 | 免费注册

本版积分规则

手机版|关于我们|联系我们|ExcelHome

GMT+8, 2024-11-16 23:49 , Processed in 0.028801 second(s), 9 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 1999-2023 Wooffice Inc.

沪公网安备 31011702000001号 沪ICP备11019229号-2

本论坛言论纯属发表者个人意见,任何违反国家相关法律的言论,本站将协助国家相关部门追究发言者责任!     本站特聘法律顾问:李志群律师

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