Echo Method (DoCmd Object) Example
The following example uses the Echo method to turn echo off and display the specified text in the status bar while your Visual Basic code is executing:
DoCmd.Echo False, "Visual Basic code is executing."