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

[µo°Ý] §Ö³t§ä¥X½d³ò¤º³Ì¤j¦C¼Æ

¦^´_ 1# ciboybj
¥Î·j´M§Ö¤@¨Ç
  1. Option Explicit
  2. Sub Ex()
  3.     Dim Rng As Range
  4.     With Range("B2:E15")
  5.         Set Rng = .Find(What:="*", After:=.Cells(1), SearchDirection:=xlPrevious)
  6.         'SearchDirection:=xlPrevious ·j´M¤è¦V:©¹«á
  7.     End With
  8.     If Not Rng Is Nothing Then MsgBox Rng.Row
  9. End Sub
½Æ»s¥N½X
·P®¦ªº¤ß......(¦b³Â»¶®a±Ú°Q½×°Ï.¥Î¤ß¾Ç²ß·|¦³¶i¨Bªº)
¦ý¸ê·½µL­­,«á´©¦³­­,  ¤@¤Ñ1¤¸ªºÃÙ§U,¤H¤H¦³¯à¤O.

TOP

        ÀR«ä¦Û¦b : «Î¼e¤£¦p¤ß¼e¡C
ªð¦^¦Cªí ¤W¤@¥DÃD