View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Rech Jim Rech is offline
external usenet poster
 
Posts: 2,718
Default Displaying a status message

Application.StatusBar = "My message"

--
Jim Rech
Excel MVP
"Scott Arnold" wrote in message
...
| How do I specify the text to be displayed in the status
| area? I am executing stored procedures that retrieve data
| from a SQL Server database and I would like to indicate
| what data I am retrieving in a status message, rather than
| having the "Connecting to datasource..." and "Getting
| data..." (or whatever displays) showing in the lower left
| of the Excel window.
|
| How do I do this?