- ©«¤l
- 1572
- ¥DÃD
- 16
- ºëµØ
- 2
- ¿n¤À
- 1521
- ÂI¦W
- 0
- §@·~¨t²Î
- xp
- ³nÅ骩¥»
- office 2003
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- µù¥U®É¶¡
- 2010-5-1
- ³Ì«áµn¿ý
- 2016-1-13

|
¥»©«³Ì«á¥Ñ oobird ©ó 2012-5-4 00:30 ½s¿è
- Private Sub CommandButton1_Click()
- Dim shp As Shape, c As Range
- On Error Resume Next
- For Each shp In ActiveSheet.Shapes
- If Not shp.Type = 12 Then shp.Delete
- Next
- For Each c In Range("b2", [b65536].End(3))
- On Error Resume Next
- c(1, 2).Select
- Set p = ActiveSheet.Pictures.Insert(ThisWorkbook.Path & "\TEST16\" & c & ".gif")
- With p
- .Name = c.Value
- .Height = c(1, 2).Height
- .Width = c(1, 2).Width
- .Placement = xlMoveAndSize
- End With
- Next
- End Sub
½Æ»s¥N½X |
|