質問編集履歴
1
誤字修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
# 既存のExcelファイルを開く
|
15
15
|
$book = $excel.Workbooks.Open("C:*")
|
16
16
|
|
17
|
-
#
|
17
|
+
# テキストボックスへ文字を入力
|
18
18
|
$shp = $book.ActiveSheet.Shapes("TextBox1")
|
19
19
|
$shp.TextFrame.TextRange.Text = "あいうえお"
|
20
20
|
```
|