Refresh text boxes dynamically

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dicky
    New Member
    • Oct 2007
    • 1

    Refresh text boxes dynamically

    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
    Last edited by Killer42; Nov 1 '07, 02:10 AM.
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Answer: DoEvents

    Don't you just love the simple ones? :)

    Comment

    Working...