Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 127
Default Updating a Text Box in my Workbook

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?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Updating a Text Box in my Workbook

where are the controls located?

--
Regards,
Tom Ogilvy

"Chaplain Doug" wrote in message
...
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?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 127
Default Updating a Text Box in my Workbook

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.

"Tom Ogilvy" wrote:

where are the controls located?

--
Regards,
Tom Ogilvy

"Chaplain Doug" wrote in message
...
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?




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Updating a Text Box in my Workbook

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.

--
Regards,
Tom Ogilvy


"Chaplain Doug" wrote in message
...
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.

"Tom Ogilvy" wrote:

where are the controls located?

--
Regards,
Tom Ogilvy

"Chaplain Doug" wrote in

message
...
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?






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Automatically updating a workbook from a different workbook day by not an excel guru Excel Discussion (Misc queries) 4 September 20th 06 03:35 AM
My workbook links are not updating (its 30,000 KB size workbook). rselena Excel Discussion (Misc queries) 1 August 14th 06 09:14 PM
Auto updating a workbook with data from another workbook Richard Excel Discussion (Misc queries) 0 November 6th 05 03:50 PM
updating a workbook Robert Couchman[_4_] Excel Programming 3 February 17th 04 12:57 PM
Transparently updating another workbook from the current workbook lothario[_40_] Excel Programming 3 November 2nd 03 01:58 AM


All times are GMT +1. The time now is 02:05 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"