About Application statusbar

M

moonhkt

Hi All

In VBA procedure , Add Application.StatusBar display information.

How to view the history of statusbar in Word 2007 ?

e.g.
sub abc
Application.StatusBar = "Update Tables of Contents"

End Sub
 
Top