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

¨Ì¹ï¸Ü®Ø­n¨D¼g¤J¸ê®Æ

¦^´_ 1# myleoyes
¬O³o¼Ë¶Ü
   
  1. Private Sub Worksheet_SelectionChange(ByVal Target As Range)
  2.       If Target(1).Address = "$L$2" Then Ex
  3. End Sub
  4. Private Sub Ex()
  5.     Dim Rng(1 To 2) As Range, A
  6.     Set Rng(1) = Cells(Rows.Count, "A").End(xlUp)
  7.     Set Rng(2) = Cells(Rows.Count, "L")
  8.     Do While Rng(1).Row <> Rng(2).End(xlUp).Row
  9.         A = Application.InputBox("½ü¤J²Ä" & Rng(2).End(xlUp).Row - 1 & "­Ó¼Æ¦r", Type:=1)
  10.         If A = False Then Exit Do
  11.         Rng(2).End(xlUp).Offset(1) = A
  12.     Loop

  13. End Sub
½Æ»s¥N½X

TOP

¦^´_ 10# luhpro
"Range(Cells(iRows + 1, 12), Cells(65536, 12)) = """
65536³o¼Æ­È¬O2003ª© ªº³Ì¤j¦C¼Æ
¥u¬O«Øij¥Î Rows.Count ¨ú¥N65536 ¥i¾A¥Î©ó¥ô¤@ª©¥»

TOP

        ÀR«ä¦Û¦b : ¬Ý§O¤H¤£¶¶²´¡A¬O¦Û¤v­×¾i¤£°÷¡C
ªð¦^¦Cªí ¤W¤@¥DÃD