「IfEnd」を含むwiki一覧 - 1ページ

Ifステートメント - 中田ゼミ

core < 60 And score < 90 Then  Cells(2, 4) = "不可" End IfEnd Sub※一行で書く場合はEnd ifは不要です!下のように↓If score >= 90 Then Cells(

  • 1