You are better off with
Application.Statusbar = False
The line of code you have permanently sets that status bar to blank. The
line of code above returns control of the status bar back to Excel.
--
HTH...
Jim Thomlinson
"mpeplow" wrote:
Try....
Application.Statusbar = ""
--
mpeplow
------------------------------------------------------------------------
mpeplow's Profile: http://www.excelforum.com/member.php...o&userid=34812
View this thread: http://www.excelforum.com/showthread...hreadid=567080