Hi, I am having a problem displaying data in a textbox array.
What I am trying to do is have 5 number enter 5 textboxes, starting from the first and working there way to the bottom textbox.
What is happening is that the displaying of the data is not happening until the process is complete, I have tryed a for next loop, for x = 1 to 5, text1(x).text = char(5,1), next x, I have even tryed just text(0).text = char(5,1), sleep 500, text(1).text...