PowerPointのノートから音声ファイルを生成し、それをスライドに埋め込むプログラム(A program that generates audio files from PowerPoint notes and embeds them into slides)
【日本語版(ゆっくり)】 Sub SlideVoice() Dim i As Long With ActivePresentation For i = 1 To .Slides.Count ' 現在のスライドのノートを取得 Dim strNote As String strNote = ActivePresentation.Slides(i).NotesPage.Shapes.Placeholders(2).T...