作者Kevinmaa (凯文)
看板Visual_Basic
标题[VBA ] 如何利用巨集更换图形背景
时间Fri Dec 26 10:24:03 2014
主要是希望在excel sheet 上
点击某固定名称的图案(slot1)後可以自动将剪贴簿的图片放入其背景
目前查到的语法如下
不过不知道该怎麽把 jpgfile 这个变数link 到剪贴簿里的图片
ActiveSheet.Shapes("slot1").Select
If jpgfile <> False Then
Selection.ShapeRange.Fill.UserPicture jpgfile
End If
谢谢各位帮忙!
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 111.82.126.224
※ 文章网址: http://webptt.com/cn.aspx?n=bbs/Visual_Basic/M.1419560645.A.026.html
2F:→ ClubT: 不知道这个有没有用 12/26 11:48
3F:→ Kevinmaa: 这个好像不能应用在VBA 里面... 12/29 13:59
4F:→ Kevinmaa: 谢谢! 12/29 14:00