| ©«¤l41 ¥DÃD7 ºëµØ0 ¿n¤À52 ÂI¦W0  §@·~¨t²ÎWindows10 ³nÅ骩¥»2019 ¾\ŪÅv20 ©Ê§O¨k µù¥U®É¶¡2017-11-28 ³Ì«áµn¿ý2025-3-4 
 
 | 
                
| §A¥i¥H¨Ï¥Î Private Sub Worksheet_Change ¨Ó°õ¦æ®@
 §A¦b¤u§@ªí1 VBA ¶K¤W³oÓ
 
 Private Sub Worksheet_Change(ByVal Target As Range)
 Application.EnableEvents = False
 If Target.Address = "$A$1" Then Sheets("¤u§@ªí2").Range("A1").Value = [A1].Value
 Application.EnableEvents = True
 End Sub
 
 ¦b¤u§@ªí2 VBA¡@¶K¤W³oÓ
 Private Sub Worksheet_Change(ByVal Target As Range)
 Application.EnableEvents = False
 If Target.Address = "$A$1" Then Sheets("¤u§@ªí1").Range("A1").Value = [A1].Value
 Application.EnableEvents = True
 End Sub
 
 ³o¼Ë´N¥i¥H¤F
 | 
 |