-- 作者:大红袍
-- 发布时间:2015/12/14 10:50:00
--
比如
Dim path As String = ProjectPath & "Attachments/" & Tables("生产进度表").current("图片") If FileSys.FileExists(path) Then Wb.WorkSheets("七格格").range("L14").Select() Wb.WorkSheets("七格格").Shapes.AddPicture(path, Microsoft.Office.Core.MsoTriState.msoFalse, Microsoft.Office.Core.MsoTriState.msoTrue,0, 0, 100, 80) End If
|