Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Dialogue Boxes

Hi there.
I am using Application.GetOpenFilename with Multi-Select to open
multiple files sequentially for processing. After hitting the Open
button it works perfectly but the dialogue box is replaced by a grey
background until processing is complete - not very aesthetic for the
user! Any ideas on how to supress this box?
TIA, Dave

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,290
Default Dialogue Boxes

Dave,

Try DoEvents immediately after showing the box.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"AussieDave"

wrote in message
Hi there.
I am using Application.GetOpenFilename with Multi-Select to open
multiple files sequentially for processing. After hitting the Open
button it works perfectly but the dialogue box is replaced by a grey
background until processing is complete - not very aesthetic for the
user! Any ideas on how to supress this box?
TIA, Dave

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Dialogue Boxes

Thanks Jim. Unfortunately it didn't seem to have any effect. Thanks
for your time anyway. Dave

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,290
Default Dialogue Boxes

Do you have ScreenUpdating set to true when you show the Dialog?
--
Jim Cone
San Francisco, USA
http://www.officeletter.com/blink/specialsort.html


"AussieDave"

wrote in message
Thanks Jim. Unfortunately it didn't seem to have any effect. Thanks
for your time anyway. Dave

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Dialogue Boxes

First four lines of macro:
Application.Calculation = xlManual
Application.ScreenUpdating = False
Application.DisplayAlerts = False
Application.DisplayStatusBar = False

Do you reckon there are any problems with that?
Thanks, Dave



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,290
Default Dialogue Boxes

Dave,
Turn on ScreenUpdating before showing the dialog.
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



"AussieDave"
wrote in message

First four lines of macro:
Application.Calculation = xlManual
Application.ScreenUpdating = False
Application.DisplayAlerts = False
Application.DisplayStatusBar = False

Do you reckon there are any problems with that?
Thanks, Dave

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
Two responding dialogue boxes for data validation FARAZ QURESHI Excel Discussion (Misc queries) 2 January 19th 07 04:47 AM
Data validation boxes, outputting a final number from the boxes MDH Excel Discussion (Misc queries) 1 November 16th 06 12:41 AM
Dialogue box check boxes Tom Excel Programming 4 January 25th 06 10:27 AM
How to build dialogue boxes into macros Zyvind Excel Programming 2 December 14th 04 10:16 AM
Showing built in dialogue boxes No Name Excel Programming 3 September 22nd 04 01:05 PM


All times are GMT +1. The time now is 03:10 PM.

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

About Us

"It's about Microsoft Excel"