ªð¦^¦Cªí ¤W¤@¥DÃD µo©«

[µo°Ý] ¦p¦ó¯à§ä¨ì³Ì«á¤@¦C¦³¸ê®Æªº¦C¼Æ¡H(©¿²¤ªÅ®æ)

¦^´_ 1# ¤p«L«È

Set c = Cells.Find("*", SearchOrder:=xlByRows, SearchDirection:=xlPrevious)
Do While Not c Is Nothing
    If Trim(c.Value) = "" Then
        c.ClearContents  '¬Ý§A­n¤£­n²M°£±¼¸ÓªÅ¥Õ¦r¤¸
        Set c = Cells.FindPrevious(c)
    Else
        lastRow = c.Row
        Exit Do
    End If
Loop

TOP

        ÀR«ä¦Û¦b : ¤H­n¦Û·R¡A¤~¯à·R´¶¤Ñ¤Uªº¤H¡C
ªð¦^¦Cªí ¤W¤@¥DÃD