摘要:
原帖:http://www.mrexcel.com/forum/excel-questions/604604-insert-image-url-images-into-cells-2.html1. 如下VBA脚本将c1单元格内图片url链接在单元B1内把图片显示出来SubTest()DimPicAsPictureApplication.ScreenUpdating=FalseWithActiveSheet.Range("C1")SetPic=.Parent.Pictures.Insert(.Value)With.Offset(,-1)Pic.Top=.TopPic.Left 阅读全文
posted @ 2012-11-05 15:27
白开水皮皮
阅读(37273)
评论(1)
推荐(0)
浙公网安备 33010602011771号