View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
BrianB BrianB is offline
external usenet poster
 
Posts: 1
Default Using the "Ready" Message Bar instead of MSBOX

Application.StatusBar="My Message String"

Reset it at the end of the macro with :=
Application.StatusBar=False


---
Message posted from http://www.ExcelForum.com/