Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Huh?another city name is washinton
it should be row3 to 26 but name and account id should be column c and d
next city column should be e and f
but the above code it goes to row 3 to 26 and keep on going in the same row
If sPrevCity <> sCity Then
' J = J +1
RW = 3
x1_ws.Cells(RW, j) = Trim(Sess.Screen.GetString(5, 12, 13))
End If
For i = 8 To 22
Journalid = Trim(Sess.Screen.GetString(i, 12, 10))
Description = Trim(Sess.Screen.GetString(i, 34, 19))
' j = j+1
RW = RW + 1
x1_ws.Cells(RW, j).Value = Name
x1_ws.Cells(RW, j + 1).Value = Accountid
Next
sPrevCity = sCity