08-07-2017, 11:34 PM
Here is what I could use this functionality for. I have a website where there are codes that Customer Service people can memorize and enter for shortcuts. For every code entered, there are various fields displayed. I would like to list ALL the codes in the Global data and have it loop through each, but have it stop so I can use the Object Spy and add each of the unique fields to the Repository. Then I can have a Select Case statement for each code that will automatically fill in the unique fields. To type each code on into Row 1 of the Global Data table and run it over and over seems unnecessary to me. Letting me loop through each and stopping to let me add them to the repository sounds much better to me.