Using VBA to change Picture

后端 未结 10 1009
庸人自扰
庸人自扰 2020-12-10 12:41

I am trying to use VBA to automate the Change Picture function when you right click a Shape in Excel/Word/Powerpoint.

However, I am not able to find any reference, c

10条回答
  •  隐瞒了意图╮
    2020-12-10 12:49

    In Word 2010 VBA it helps to change the .visible option for that picture element you want to change.

    1. set the .visible to false
    2. change the picture
    3. set the .visilbe to true

    that worked for me.

提交回复
热议问题