再问:如何向excel中插如图片?(高分酬谢)
不知道能不能在单员格中插入?上次朋友们给我出了写解方法,但是我不懂,
代码如下:
ActiveSheet.Pictures.Insert( _
"C:\Documents and Settings\Administrator\My Documents\My Pictures\样品.jpg").Select
Selection.ShapeRange.IncrementLeft 106.5
Selection.ShapeRange.IncrementTop 8.25
Selection.ShapeRange.IncrementLeft -6.75
Selection.ShapeRange.IncrementTop -3#
Range("H1844").Select
ActiveCell.FormulaR1C1 = ""
ActiveSheet.Shapes("Picture 1").Select
用在程序中没有什么反映,望帮忙谢谢~!