Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Dialog Sheet not updating

Basically as follows

One workbook with a dialog sheet named "SetUp" opens 2 other workbooks of
data and compares them.

As the VBA code cycles through it places the current record progress (
1of2000, 2of2000,3of3000 etc) on a cell location within sheet 1 , lets say
cell reference A1.

On the Dialog Sheet "SetUp" I have inserted a text box and within it I
entered =Sheet!1A1 , something like that.

If I type "Progess 1 of 2" in cell A1,no code running no dialog active,the
info is changed on the Dialog Sheet when I view it (not run it), so far so
good.

But if the Dialog is Activated and the Macro is cycling through, the Dialog
Sheet text box is not updating. I know the cell is updating because I
dragged the dialog box out the way so I can see the VBA cycling through the
records ( 1of2000, 2of2000,3of3000 etc).

I have even tried writing directly to the text box with
DialogSheets("SetUp").textboxes("txtProgess").text ="Progress 1 of xxxx"

But the text box is still not being updated with a new value.

What do I need to do , to get this text box on my dialog sheet to update as
cell A1 updates, I dont remember having this problem in earlier versions of
Excel.

Current version is Excel 2K

thanks

Macroman


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
Save generates unprotect sheet dialog box [email protected] Excel Discussion (Misc queries) 1 February 11th 08 05:53 PM
Pop Up dialog boxes in a work sheet G and (ajk) Excel Discussion (Misc queries) 1 August 29th 06 08:50 AM
how to create a dialog sheet in microsoft excel bharat Excel Discussion (Misc queries) 1 January 23rd 06 09:25 AM
Updating excel sheet with selected data from another sheet in the same file gsnivas Excel Worksheet Functions 1 August 4th 05 09:55 AM
Custom dialog box on protected sheet Paul Martin Excel Programming 2 November 6th 03 11:22 PM


All times are GMT +1. The time now is 11:20 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"