prefix = InputBox("挿入したい文字を入力してください。"); if (prefix == "") { return; } for (y = 1; y <= Bottom; y++){ [x,y] = prefix + [x,y]; }