View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robert Crandal[_2_] Robert Crandal[_2_] is offline
external usenet poster
 
Posts: 158
Default Status bar on a UserForm?

Is it possible to display a status bar control at the bottom of
UserForm to display status alerts or whatever??

Basically, my form contains about 6 text labels. If the
mouse is moved over any text label, I want to display info
about that label in the status bar. I want the status bar to
be placed at the bottom of the userform, so it kind of looks
like a status bar of a typical Windows app.

I'd appreciate any ideas. Thanks