str = InputBox("追加するキーワードを入力してください。"); if (str == "") { return; } for (y = 1; y <= Bottom; y++) { [x,y] = str + [x,y]; }