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

´M§ä¤å¦rªºÀx¦s®æ¦ì¸m

¦^´_ 1# enoch
1.§â§ä¨ìªºÀx¦s®æ¦ì§}¸m©óFÄæ
  1. Sub FIND()
  2.   C = 1
  3.   Set Rng = [A1:D5].FIND("TEXT", , , xlWhole)
  4.   If Not Rng Is Nothing Then
  5.      findrow = Rng.Address
  6.      Do
  7.        Cells(C, "F") = Rng.Address
  8.        C = C + 1
  9.        Set Rng = [A1:D5].FindNext(Rng)
  10.      Loop While Not Rng Is Nothing And Rng.Address <> findrow
  11.   End If
  12. End Sub
½Æ»s¥N½X
2.     range(cells(row,4),cells(row1,8))
µ¥¦P range(cells(row,"D"),cells(row1,"H"))

TOP

¦^´_ 4# enoch
  1. Sub xx()
  2. For R = 20 To 1 Step -1
  3.   If Application.CountA(Rows(R)) = 0 Then Rows(R).Delete
  4. Next R
  5. End Sub
½Æ»s¥N½X

TOP

        ÀR«ä¦Û¦b : Ä@­n¤j¡B§Ó­n°í¡B®ð­n¬X¡B¤ß­n²Ó¡C
ªð¦^¦Cªí ¤W¤@¥DÃD