ppt的VBA中怎么提取-标题文本-中的信息

1个回答

写回答

抟象

2025-11-24 05:15

+ 关注

VBA
VBA

使用VBA调试打印 ActivePresentation.Slides.Range(1).Shapes.Item(1).TextFrame.TextRange 的内容。VBASub PrintTextFrame()Debug.Print ActivePresentation.Slides.Range(1).Shapes.Item(1).TextFrame.TextRangeEnd Sub

举报有用(0分享收藏

Copyright © 2025 IZhiDa.com All Rights Reserved.

知答 版权所有 粤ICP备2023042255号