½Ð±Ð¦U¦ì¤j®v̦³Ãövbaªº¦X¨ÖÀx¦s®æ¡A¦p¬Û¦P¸ê®Æ«h¦X¨Ö¡A¦p¤U¤è¡A§Ú°õ¦æ¤£¹ï¡A½Ð¤j®a«üÂI¤@¤U
¦a°Ï
·s¦Ë
·s¦Ë
®ç¶é
®ç¶é
®ç¶é
®ç¶é
¥x¥_
¥x¥_
¥x¥_
¥x¥_
Sub bb()
Dim xRng, xRng1 As Range
Application.DisplayAlerts = False
k = Range("a65536").End(xlUp).Row
For j =2 to k
Set xRng = Cells(j, 1)
Set xRng1 = Cells(j - 1, 1)
If xRng1 = xRng Then
Range(xRng, xRng1).Merge
End If
Next
End Sub |