2021-10-08から1日間の記事一覧

パワポのテキスト抽出VBA

パワーポイントファイルの中の、テキストを抽出するVBA。 フォントサイズが20以上のテキストを見つけたら、抽出。 Sub PPT_pdf() Dim ppt As New PowerPoint.Application Dim presen1 As PowerPoint.Presentation Dim save_path As String, file_name As …