Joe, right click on the sheet picture, top left next to "File" and paste in this code:
Private Sub Workbook_Activate()
Application.StatusBar = " Welcome and enjoy this program "
End Sub
Private Sub Workbook_Deactivate()
Application.StatusBar = ""
End Sub
Dave
OzGrid Business Applications
OzGrid Business Applications
Hi again Dave..what I meant is the greetings will
move at the status bar as long as the user open
the workbook. Its just like at some web pages. Is
it possible?
Thanks
Joe, if you mean 'scroll' then i'm afraid it cannot be done in Excel. The example i gave will stay on the status bar (static) as long as the workbook is active. If they activate or Window into another Workbook it will dissapear
dave
OzGrid Business Applications