Forum Discussion

ryanshoward's avatar
ryanshoward
Occasional Contributor
10 years ago

DDT Driver Getting data from specific row VBscript

Hi,   I'm trying to use the DDT driver to grab some login details from an xlsx file but I'm having issues when using While Not DDT.CurrentDriver.EOF Here is my code Sub GetUsername_Password Dim ...
  • joseph_michaud's avatar
    10 years ago

    The Next() call needs to be at the end of your loop, not the beginning.