我需要在這第二雙眼睛。我認爲它的結束,但似乎無法弄清楚。我得到循環沒有做。循環沒有做完如果?
Do While ActiveCell <> ""
Selection.Copy
Set myActiveCell = ActiveCell
ActiveCell.Offset(0, -4).Select
With Worksheets(1).Range("a:a")
Dim value As String
value = ActiveCell.value
Dim c As Range
Set c = .Find(value, LookIn:=xlValues)
If Not c Is Nothing Then
c.Activate
ActiveCell.Offset(0, 4).Select
ActiveSheet.Paste
myActiveCell.Activate
Rows(ActiveCell.Row).Delete
End If
End With
Loop
那是什麼語言? – Martin
Excel VBA爲什麼? – James
**做**雖然ActiveCell < - 這是你要找的一個嗎? – Tensibai