回答編集履歴

1

誤字修正

2019/06/25 03:54

投稿

mocajava
mocajava

スコア12

test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
 
30
30
 
31
- TextBox = lide.Shapes.AddTextbox(Orientation=1,Left=10,Top=10,Width=200,Height=50)
31
+ TextBox = Slide.Shapes.AddTextbox(Orientation=1,Left=10,Top=10,Width=200,Height=50)
32
32
 
33
33
  TextBox.TextFrame.TextRange.Text = book.sheet_names()[i-1]
34
34