Private Sub Worksheet_SelectionChange(ByVal Target As Range)
    col_num = ActiveCell.Column
    row_num = ActiveCell.Row
    Cells(row_num, 1) = Date
End Sub

相关文章:

  • 2021-11-05
  • 2021-07-17
  • 2021-11-22
  • 2021-04-11
  • 2021-11-21
  • 2021-08-24
猜你喜欢
  • 2022-12-23
  • 2021-08-14
  • 2021-09-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-15
相关资源
相似解决方案