All New

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Login


All New Login

All gists matching topic PPT

Recently created
Least recently created
Recently updated
Least recently updated
LiuShen's Avatar

LiuShen / 快速提取所有ppt中的文本内容

0 likes
0 forks
1 files
Last active 1741317080
利用visual basic将PPT中的所有文本提取出来
Convert PPT TXT VBA
1 Sub ExportText()
2 Dim oPres As Presentation
3 Dim oSlides As Slides
4 Dim oSld As Slide 'Slide Object
5 Dim oShp As Shape 'Shape Object
6 Dim iFile As Integer 'File handle for output
7 iFile = FreeFile 'Get a free file number
8 Dim PathSep As String
9 Dim FileNum As Integer
10 Dim sTempString As String
Newer Older

Powered by Opengist ⋅ Load: 16ms⋅

日本語
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文
⋅ 个人主页 ⋅ 站长博客