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

§ä¨ì¤µ¤Ñªºªº¦ì¸m

¦^´_ 1# myleoyes
  1. Private Sub Workbook_Open()
  2. With Sheet1
  3. Set Rng = .Cells.Find(Date, lookat:=xlWhole)
  4. .Select
  5. If Not Rng Is Nothing Then Rng.Select Else MsgBox "§ä¤£¨ì¤µ¤Ñ"
  6. End With
  7. End Sub
½Æ»s¥N½X
¾Ç®üµL²P_¤£®¢¤U°Ý

TOP

¦^´_ 5# myleoyes
  1. Private Sub Workbook_Open()
  2. With Sheet1
  3. Set Rng = .Cells.Find(CDbl(Date), LookIn:=xlFormulas)
  4. .Select
  5. If Not Rng Is Nothing Then Rng.Select Else MsgBox "§ä¤£¨ì¤µ¤Ñ"
  6. End With
  7. End Sub
½Æ»s¥N½X
¾Ç®üµL²P_¤£®¢¤U°Ý

TOP

        ÀR«ä¦Û¦b : µÊ®ð¼L¤Ú¤£¦n¡A¤ß¦a¦A¦n¤]¤£¯àºâ¬O¦n¤H¡C
ªð¦^¦Cªí ¤W¤@¥DÃD