- ©«¤l
- 455
- ¥DÃD
- 111
- ºëµØ
- 0
- ¿n¤À
- 563
- ÂI¦W
- 229
- §@·~¨t²Î
- Windows 10
- ³nÅ骩¥»
- Office 2019
- ¾\ŪÅv
- 50
- ©Ê§O
- ¨k
- µù¥U®É¶¡
- 2013-11-7
- ³Ì«áµn¿ý
- 2024-11-18
|
¦^´_ 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 |
|