#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default alert

Is it possible to have a msgbox as an alert in progress without pressing any
key for continue?
Something like to show for a while a message as "workin in progress".

Actually i use an userform and a label ....


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default alert

Hi Paula,

Perhaps you could use the Excel status bar to display your message:

Application.StatusBar = "Work in progress..."
'Your query code
Application.StatusBar = False

---
Regards,
Norman



"Paula" wrote in message
...
Is it possible to have a msgbox as an alert in progress without pressing
any key for continue?
Something like to show for a while a message as "workin in progress".

Actually i use an userform and a label ....



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default alert

Take a look at
http://www.xldynamic.com/source/xld.xlFAQ0022.html

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Paula" wrote in message
...
Is it possible to have a msgbox as an alert in progress without pressing

any
key for continue?
Something like to show for a while a message as "workin in progress".

Actually i use an userform and a label ....




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
alert nader Excel Worksheet Functions 4 December 15th 08 04:14 PM
alert Brian Excel Discussion (Misc queries) 0 December 21st 06 06:52 PM
Alert Message In need of help! Excel Discussion (Misc queries) 1 November 17th 06 01:04 PM
Sound alert Antonio Excel Discussion (Misc queries) 3 May 30th 06 07:09 PM
alert Chad Excel Programming 0 April 22nd 05 04:17 PM


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