View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
PCLIVE PCLIVE is offline
external usenet poster
 
Posts: 1,311
Default Status Bar Message

This is because there is some code in the macro that is telling the status
bar to display this.

Application.StatusBar = "table:1"

Most likely this was done so that the person running the macro will have
some sort of status indicating how far the code has run.

HTH,
Paul

--

wrote in message
...
After running a simple macro on a worksheet, the status bar reads
"table:1" then "table:2" and finally "table:3". I've never seen this
before. Why is excel displaying these messages?

Thanks