I am writing a script to compare a number of documents. During the course of the program I would like to to have a Status list box showing the point at which the progam is at. I have written the code for this as well as code for row counters for certain parts where there is a lot of looping but the information is not shown on the screen unless I stop the the program, when it displays the latest state at the point of stopping.
Question: I know the information is correct but I do not know how to refresh the screen and therefore the textboxes as and when the information changes.
I had the same problem with using VB and forms in Excel but that was resolved by using Formname.Refres h.
I have searched the WEB until my fingers have dropped off but had no joy. Can any one help please?
Dicky
Question: I know the information is correct but I do not know how to refresh the screen and therefore the textboxes as and when the information changes.
I had the same problem with using VB and forms in Excel but that was resolved by using Formname.Refres h.
I have searched the WEB until my fingers have dropped off but had no joy. Can any one help please?
Dicky
Comment