¨Ï¥Îvba¦p¦ó´¡¤J©T©w¤j¤pªº¹Ï¤ù
- ©«¤l
- 56
- ¥DÃD
- 8
- ºëµØ
- 0
- ¿n¤À
- 81
- ÂI¦W
- 0
- §@·~¨t²Î
- Window7
- ³nÅ骩¥»
- OFFICE2010
- ¾\ŪÅv
- 20
- ©Ê§O
- ¨k
- µù¥U®É¶¡
- 2011-6-25
- ³Ì«áµn¿ý
- 2016-1-17
|
´ú¸Õ¨Ï¥Î¦¹¤èªk¡Aµo²{¤@Ó°ÝÃD
Ãö©ó¦C°ª¡BÄæ¼e»P¹Ïªº¤Ø¤o¦³µL©T©w¤ñ¨Ò
¦poobird¶Wª© .Height = 5.3 * 28.35 ªº28.35 ´«ºâ¤½¤À
Sub Put_Picture_1()
On Error Resume Next
For i = 1 To 14
Rows(i).RowHeight = 40 '¦C°ª
Columns(12).ColumnWidth = 40 'Äæ¼e
mm = Format(Cells(i, 11), "0")
Application.Cells(i, 12).Select
With ActiveSheet.Pictures.Insert(ThisWorkbook.Path & "\" & mm & ".jpg")
.LockAspectRatio = msoFalse
.Height = 5.3 * 28.35 ' 5.3 cm
.Width = 5.8 * 28.35 '5.8 cm
End With |
|
|
|
|
|
|