Excel OnChange event

后端 未结 5 1013
清酒与你
清酒与你 2020-12-21 17:23

I want to update a cell with the date-time when a value is entered to another one so,

How can i change the value of the B column to the date-time when a value is e

5条回答
  •  轮回少年
    2020-12-21 17:39

    The formula =NOW() is volitile, meaning it will recalculate whenever anything in the workbook is changed so if you use that, you should have no problem.

    On a seperate note, you can create UDFs that are volitile as well by simply adding Application.Volitile inside the code.

提交回复
热议问题