| ©«¤l4901 ¥DÃD44 ºëµØ24 ¿n¤À4916 ÂI¦W267  §@·~¨t²ÎWindows 7 ³nÅ骩¥»Office 20xx ¾\ŪÅv150 ©Ê§O¨k ¨Ó¦Û¥x¥_ µù¥U®É¶¡2010-4-30 ³Ì«áµn¿ý2025-10-31 
                
 | 
                
| ¦^´_ 1# cmo140497 ½Æ»s¥N½XSub test()
Dim Pc As Picture, w#, k#, t#, h#
Application.ScreenUpdating = False
¤u§@ªí1.Pictures.Copy
   With ¤u§@ªí2
   .Pictures.Delete
   w = .[AY2].Left + .[AY2].Width
   k = .[B2].Left
   t = .[B2].Top
      .Paste
       For Each Pc In .Pictures
          With Pc
          k = IIf(k + .Width > w, .Parent.[B2].Left, k)
          t = IIf(k = .Parent.[B2].Left, t + h, t)
             .Top = t
             .Left = k
             h = IIf(h < .Height, .Height, h)
             h = IIf(k = .Parent.[B2].Left, .Height, h)
             k = k + .Width
          End With
       Next
       .[B2].Select
   End With
   Application.ScreenUpdating = True
End Sub
 | 
 |