| ©«¤l5923 ¥DÃD13 ºëµØ1 ¿n¤À5986 ÂI¦W0  §@·~¨t²Îwin10 ³nÅ骩¥»Office 2010 ¾\ŪÅv150 ©Ê§O¨k ¨Ó¦Û¥xÆW°ò¶© µù¥U®É¶¡2010-5-1 ³Ì«áµn¿ý2022-1-23 
         
 | 
                
| ¦^´_ 1# lai.k.h Sub °}¦C¦s¨ú()
 Dim Ar()
 A = [c3:f5]
 For i = LBound(A, 1) To UBound(A, 1)
 For j = LBound(A, 2) To UBound(A, 2)
 ReDim Preserve Ar(s)
 Ar(s) = A(i, j)
 s = s + 1
 Next
 Next
 [K11].Resize(s) = Application.Transpose(Ar)                       'ª½¦C
 [K11].Resize(1, s) = Ar                                  '¾î¦C
 End Sub
 
 | 
 |