Hi
I have an array that contains a list of elements that I can export to a list box using (For Each), but what I am trying to achieve is to retrieve the elements 1 by 1 and add the elements to a text box.
For example, when my form loads, the first element of the array will show in the text box. What I would like is to have a Next button that when clicked will show the second element to the text box and if I click on the Back button I will get the previous element to the text box.
Any code examples would be appreciated.
Thanks
I have an array that contains a list of elements that I can export to a list box using (For Each), but what I am trying to achieve is to retrieve the elements 1 by 1 and add the elements to a text box.
For example, when my form loads, the first element of the array will show in the text box. What I would like is to have a Next button that when clicked will show the second element to the text box and if I click on the Back button I will get the previous element to the text box.
Any code examples would be appreciated.
Thanks