Guest User

Untitled

a guest
Feb 15th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. print username=datatable.Value(5,3)
  2. print password= datatable.Value(6,3)
  3. while dataRowCount>0
  4.  
  5. msgbox customer2=datatable.Value(11,4)
  6.  
  7. If customer2=customer1 Then
  8. Login "username","password"
  9.  
  10. End If
  11.  
  12.  
  13. datatable.getsheet(4).SetNextRow
  14.  
  15. dataRowCount=dataRowCount-1
Add Comment
Please, Sign In to add comment