ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   alert (https://www.excelbanter.com/excel-programming/333677-alert.html)

Paula[_4_]

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



Bob Phillips[_6_]

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





Norman Jones

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





All times are GMT +1. The time now is 12:59 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com