| ©«¤l4901 ¥DÃD44 ºëµØ24 ¿n¤À4916 ÂI¦W267  §@·~¨t²ÎWindows 7 ³nÅ骩¥»Office 20xx ¾\ŪÅv150 ©Ê§O¨k ¨Ó¦Û¥x¥_ µù¥U®É¶¡2010-4-30 ³Ì«áµn¿ý2025-10-31 
                
 | 
                
| ¦^´_ 1# g93353 ½Æ»s¥N½XSub nn()
Dim Ar(), A As Range
For Each A In Range([A6], [A6].End(xlDown))
   If IsDate(A) Then
   ReDim Preserve Ar(s)
   Ar(s) = Array(A.Value, "»¡©ú")
   s = s + 1
   Else
   ReDim Preserve Ar(s)
   x = Application.Sum(A.EntireRow)
   Ar(s) = Array(x, "")
   s = s + 1
   End If
Next
Range("A6").CurrentRegion = ""
[A6].Resize(s, 2) = Application.Transpose(Application.Transpose(Ar))
End Sub
 | 
 |