Dim oStatusBar oStatusBar = Application.DisplayStatusBar Application.DisplayStatusBar = True Application.StatusBar = "Please be patient..." MsgBox "Break to demonstrate" Application.StatusBar = False Application.DisplayStatusBar = oStatusBar
-- HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
"QUERIES" <QUERIES[ at ]discussions.microsoft.com> wrote in message news:C5FFE343-F92B-4EA0-9ABA-F1AEB97DABFA[ at ]microsoft.com...
[Quoted Text] > HOW TO CHANGE THE VALUE IN STATUS BAR?
|