View Single Post
  #4   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?

"GS" wrote

Note that I manually set the Caption, BorderStyle, and SpecialEffect
properties at design time so as to minimize code.<g


Thanks Gary. I haven't had time to test your suggestions, but I
was actually thinking about emulating my own status bar with
label controls. I will get around to testing your suggestions soon.

Thanks again!