- ©«¤l
- 455
- ¥DÃD
- 111
- ºëµØ
- 0
- ¿n¤À
- 563
- ÂI¦W
- 36
- §@·~¨t²Î
- Windows 10
- ³nÅ骩¥»
- Office 2019
- ¾\ŪÅv
- 50
- ©Ê§O
- ¨k
- µù¥U®É¶¡
- 2013-11-7
- ³Ì«áµn¿ý
- 2025-2-19
![2024¦~¥þ¶Ô¼ú³¹ 2024¦~¥þ¶Ô¼ú³¹](images/common/dragon2024.png) ![2023¦~¥þ¶Ô¼ú³¹ 2023¦~¥þ¶Ô¼ú³¹](images/common/2023.png) ![2022ªê¦~¥þ¶Ô¼ú³¹ 2022ªê¦~¥þ¶Ô¼ú³¹](images/common/hu.gif) ![2021¤û¦~¥þ¶Ô¼ú³¹ 2021¤û¦~¥þ¶Ô¼ú³¹](images/common/niu.gif) ![2020¹«¦~¥þ¶Ô¼ú³¹ 2020¹«¦~¥þ¶Ô¼ú³¹](images/common/shu.gif) ![2019 ½Þ¦~¥þ¶Ô¼ú³¹ 2019 ½Þ¦~¥þ¶Ô¼ú³¹](images/common/zhu.gif) ![2018 ª¯¦~¥þ¶Ô¼ú³¹ 2018 ª¯¦~¥þ¶Ô¼ú³¹](images/common/gou.gif) ![2017 Âû¦~¥þ¶Ô¼ú³¹ 2017 Âû¦~¥þ¶Ô¼ú³¹](images/common/ji.gif) ![½×¾ÂÃÙ§U¾±³¹ ½×¾ÂÃÙ§U¾±³¹](images/common/medal3.gif)
|
¦^´_ 2# GBKEE
ª©¥D¦¦w
½Ð±Ð¤@¤U§Ú¨Ì·Ó±zªº»yªk§ï¤F¤@¤U¡A·Q½Ð±Ð¬O§_¥i¥H²¤Æ
B10~F10
.
.
.
B23~F23
Option Explicit
Private Sub Worksheet_Change(ByVal Target As Range)
With Target
If Not Application.Intersect(.Cells(1), Range("B10:D10")) Is Nothing Then
.Cells(1).Offset(0, 2).Select
End If
If Not Application.Intersect(.Cells(1), Range("B11:D11")) Is Nothing Then
.Cells(1).Offset(0, 2).Select
End If
If Not Application.Intersect(.Cells(1), Range("B12:D12")) Is Nothing Then
.Cells(1).Offset(0, 2).Select
End If
If Not Application.Intersect(.Cells(1), Range("B13:D13")) Is Nothing Then
.Cells(1).Offset(0, 2).Select
End If
If Not Application.Intersect(.Cells(1), Range("B14:D14")) Is Nothing Then
.Cells(1).Offset(0, 2).Select
End If
If Not Application.Intersect(.Cells(1), Range("B15:D15")) Is Nothing Then
.Cells(1).Offset(0, 2).Select
End If
If Not Application.Intersect(.Cells(1), Range("B16:D16")) Is Nothing Then
.Cells(1).Offset(0, 2).Select
End If
If Not Application.Intersect(.Cells(1), Range("B17:D17")) Is Nothing Then
.Cells(1).Offset(0, 2).Select
End If
If Not Application.Intersect(.Cells(1), Range("B18:D18")) Is Nothing Then
.Cells(1).Offset(0, 2).Select
End If
If Not Application.Intersect(.Cells(1), Range("B19:D19")) Is Nothing Then
.Cells(1).Offset(0, 2).Select
End If
If Not Application.Intersect(.Cells(1), Range("B20:D20")) Is Nothing Then
.Cells(1).Offset(0, 2).Select
End If
If Not Application.Intersect(.Cells(1), Range("B21:D21")) Is Nothing Then
.Cells(1).Offset(0, 2).Select
End If
If Not Application.Intersect(.Cells(1), Range("B22:D22")) Is Nothing Then
.Cells(1).Offset(0, 2).Select
End If
If Not Application.Intersect(.Cells(1), Range("B23:D23")) Is Nothing Then
.Cells(1).Offset(0, 2).Select
End If
End With
End Sub |
|