回答編集履歴

2

修正

2020/02/17 08:02

投稿

sinzou
sinzou

スコア392

answer CHANGED
@@ -2,7 +2,7 @@
2
2
  ```
3
3
  Sub tes2()
4
4
  Dim r As Long
5
- Dim r2 As Long
5
+
6
6
  'A列に1がありB列に添付のある行は
7
7
  For r = 2 To Cells(1, "A").End(xlDown).Row
8
8
  If Cells(r, "A").Value = 1 Then

1

訂正

2020/02/17 08:02

投稿

sinzou
sinzou

スコア392

answer CHANGED
@@ -2,7 +2,7 @@
2
2
  ```
3
3
  Sub tes2()
4
4
  Dim r As Long
5
- Dim r2 As rong
5
+ Dim r2 As Long
6
6
  'A列に1がありB列に添付のある行は
7
7
  For r = 2 To Cells(1, "A").End(xlDown).Row
8
8
  If Cells(r, "A").Value = 1 Then