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

I have a macro which executes several steps hidden to the user which take a
couple minutes to complete. I would like the include in my macro a message
to the user that lets the user know the system is still running. ie. "
system working - please be patient " or a progress bar.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Waiting Working

I think the easiest thing for the developer to do is to use the statusbar:

application.statusbar = "your warning message"
'your code here
application.statusbar = false 'give it back to excel



Rwostbrock wrote:

I have a macro which executes several steps hidden to the user which take a
couple minutes to complete. I would like the include in my macro a message
to the user that lets the user know the system is still running. ie. "
system working - please be patient " or a progress bar.


--

Dave Peterson
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
Calculating waiting times Garry Excel Worksheet Functions 5 May 28th 08 01:37 PM
Waiting... Rob Hargreaves[_2_] Excel Programming 1 August 7th 05 05:11 PM
Waiting for OLE action Ingvar E Excel Programming 2 September 23rd 04 08:50 PM
Waiting for app to complete OLE action Don B[_3_] Excel Programming 0 October 2nd 03 01:20 PM
waiting Mark Kubicki Excel Programming 2 August 7th 03 09:08 PM


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