This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
如何以以下方式将图像插入到excel文件中?
Set app = CreateObject("Excel.Application")
Set wb = app.Workbooks.Add
wb.Worksheets(1).Activate
wb.Sheets(1).Cells(1,5).Value = 'code for inserting image