A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
When you insert a statusbar control (default name StatusBar1), it has one panel, which is StatusBar1.Panels(1). Then you can change the text on that panel like
StatusBar1.Panels(1).Text = "some text"
You can also add more panels, and set a bunch of properties for each panel.
Jay Freedman
MS Word MVP FAQ: http://word.mvps.org