回答編集履歴

2

shuusei

2022/01/19 04:17

投稿

ozwk
ozwk

スコア13532

test CHANGED
@@ -3,7 +3,7 @@
3
3
  Start = 0
4
4
  Stop = MaxNumber
5
5
  Else
6
- Start = AnothoerStart
6
+ Start = AnotherStart
7
7
  Stop = AnotherEnd -1
8
8
  End If
9
9
 

1

2022/01/19 04:16

投稿

ozwk
ozwk

スコア13532

test CHANGED
@@ -1,5 +1,4 @@
1
1
  ```VBA
2
- '従来の変数[j]のループに、If文の条件式を追加。
3
2
  If AnotherMode = "OFF" Then
4
3
  Start = 0
5
4
  Stop = MaxNumber