回答編集履歴
1
訂正
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
If els2.length > 0 then
|
10
10
|
|
11
|
-
Cells(i, 3).Value = els2.href
|
11
|
+
Cells(i, 3).Value = els2(0).href
|
12
12
|
|
13
13
|
End If
|
14
14
|
|