- ©«¤l
- 29
- ¥DÃD
- 7
- ºëµØ
- 0
- ¿n¤À
- 42
- ÂI¦W
- 0
- §@·~¨t²Î
- XP
- ³nÅ骩¥»
- OFFICE 2003
- ¾\ŪÅv
- 10
- µù¥U®É¶¡
- 2012-9-22
- ³Ì«áµn¿ý
- 2013-1-9
|
¦^´_ 2# GBKEE
Private Sub CommandButton1_Click()
Macro1
End Sub
Sub Macro1()
Sheets("Sheet1").Select
j = 2
While Cells(j, "C") <> ""
ActiveSheet.Pictures.Delete
NN = Cells(j, "C")
Cells(j, "D").Select
ActiveSheet.Pictures.Insert( _
NN). _
Select
Selection.ShapeRange.LockAspectRatio = msoTrue
Selection.ShapeRange.Height = 100#
Selection.ShapeRange.Width = 100#
Selection.ShapeRange.Rotation = 0#
With Selection
.Placement = xlMoveAndSize
.PrintObject = True
End With
j = j + 1
Wend
Range("C2").Select
End Sub
½Ð°Ý§Úªºì©l½X¬O¤W±ªº
n«ç»ò¿ì¤~¯à¤£§R±¼bottom©O |
|