Updating a Text Box in my Workbook

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Excel 2002-2003. I have a workbook on which I have a couple of controls.
One is a button that kicks off VBA code that does some processing on some
other workbooks. Another control is a text box that I want to update with
the status of the VBA process. I change the value of the text box
programmatically, but the display does not update. How may I ensure that the
text box value displays the updates?
 
Controls are located in a file called "Process Woorkbooks.xls" This file
remains with the focus throughout the process unless a msgbox or inputbox
appears from the code behind the controls.
 
controls can be from the control toolbox toolbar or the forms toolbar

control toolbox toolbar controls can be used on Userforms or Worksheets
forms toolbar controls can be used on Dialogsheets or Worksheets or Charts

if on a userform you can use the repaint method, or you might have
screenupdating turned off

if on a worksheet, perhaps you have screenupdating turned off.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top