| ©«¤l967 ¥DÃD0 ºëµØ0 ¿n¤À1001 ÂI¦W0  §@·~¨t²ÎWIN XP ³nÅ骩¥»OFFICE 2003 ¾\ŪÅv50 ©Ê§O¨k ¨Ó¦Û¥x¥_ µù¥U®É¶¡2010-11-29 ³Ì«áµn¿ý2022-5-17 
  
 | 
                
| ¦^´_ 1# ©P¤j°¶ 
 ¤u§@ªí¼Ò²Õ
 ½Æ»s¥N½XPrivate Sub WorkSheet_SelectionChange(ByVal Target As Range)
If Target.Address = [B65536].End(xlUp).Offset(1, 0).Address Then
   Target.Value = Now
   Cells(Target.Row, 1) = Target.Row - 1
   Yearc = Application.CountIf(Range([C2], [C65536].End(xlUp)), "*" & Year(Now))
   Cells(Target.Row, 3) = Format(Yearc + 1, "000") & "/aaa/" & Year(Now)
End If
End Sub
 | 
 |