How does one add text or icon to bottom of Excel Window

R

Rocky McKinley

You can only add text.

Application.StatusBar = "Place your text here."
Application.StatusBar = False 'To Reset
 
Top