Do While Not .EOF
If Not IsNull(.Fields( 0).Value) Then
Sheet1.Cells(i, j) = (.Fields(1).Val ue) & " (" & _
(.Fields(0).Val ue) & ")"
If j = 1 Then i = i + 1
Else
If j = 2 Then i = i
End If
.MoveNext
If Not IsNull(.Fields( 0).Value) Then
Sheet1.Cells(i, j) = (.Fields(1).Val ue) & " (" & _
(.Fields(0).Val ue) & ")"
If j = 1 Then i = i + 1
Else
If j = 2 Then i = i
End If
.MoveNext
Comment