質問編集履歴

2

typo

2017/12/04 04:44

投稿

sumire_cl
sumire_cl

スコア228

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  明細行は何行あるかはわかりません。改ページはありません。(もし50行あったら同じページにだーっと50行並びます)
14
14
 
15
- 明細行の要素の名前
15
+ 明細行の要素のid
16
16
 
17
17
  datalist[0].item
18
18
 

1

typo

2017/12/04 04:44

投稿

sumire_cl
sumire_cl

スコア228

test CHANGED
File without changes
test CHANGED
@@ -48,7 +48,7 @@
48
48
 
49
49
  For i = 0 To 49
50
50
 
51
- If IsNull(objIE.document.getElementById("DataList[" & CStr(i) & "].item").Value) Then
51
+ If IsNull(objIE.document.getElementById("dataList[" & CStr(i) & "].item").Value) Then
52
52
 
53
53
  Exit For
54
54