- ©«¤l
- 4901
- ¥DÃD
- 44
- ºëµØ
- 24
- ¿n¤À
- 4916
- ÂI¦W
- 237
- §@·~¨t²Î
- Windows 7
- ³nÅ骩¥»
- Office 20xx
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¥x¥_
- µù¥U®É¶¡
- 2010-4-30
- ³Ì«áµn¿ý
- 2024-11-1
|
- Private Sub push()
- 10
- n = InputBox("¿é¤J°Ó«~½s¸¹", , "")
- ar = Array("½s¸¹", "«~¦W", "°â»ù")
- With Sheets("¸ê®Æ®w")
- Set a = .[A:A].Find(n, lookat:=xlWhole)
- If a Is Nothing Then MsgBox "µL¦¹½s¸¹": GoTo 10
- Do Until n = ""
- If Application.CountBlank([A1:I18]) = 0 Then MsgBox "A4¯È±i¤wº¡": Exit Sub
- Set b = Range("A1:I18").SpecialCells(xlCellTypeBlanks).Cells(1)
- b.Resize(, 3) = ar
- b.Offset(1, 0).Resize(, 3) = Array(a.Value, a.Offset(, 1).Value, a.Offset(, 7).Value)
- n = InputBox("¿é¤J°Ó«~½s¸¹", , "")
- Set a = .[A:A].Find(n, lookat:=xlWhole)
- If a Is Nothing Then MsgBox "µL¦¹½s¸¹": GoTo 10
- Loop
- End With
- End Sub
½Æ»s¥N½X |
|