当前位置: 代码迷 >> VBA >> 求一段演示PPT时能把指针选项变成荧光笔的代码解决思路
  详细解决方案

求一段演示PPT时能把指针选项变成荧光笔的代码解决思路

热度:5801   发布时间:2013-02-26 00:00:00.0
求一段演示PPT时能把指针选项变成荧光笔的代码
如题,演示PPT是指针选项变成荧光笔,在线等
------解决方案--------------------------------------------------------
    SlideShowWindows(Index:=1).View.PointerType = ppSlideShowPointerPen
    SlideShowWindows(Index:=1).View.PointerType = ppSlideShowPointerArrow
  相关解决方案