How to modify VBA that puts a timestamp in a cell based on a change made in another cell, to act on two columns?

后端 未结 0 1040
甜味超标
甜味超标 2021-02-03 20:38

I need this VBA:

Option Explicit
Private Sub Worksheet_Change(ByVal Target As Range)
    Dim cell As Range
    If Not Intersect(Target, Range("M:M")) Is         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题