Change Color of Caption in User form 2007

  • Thread starter Thread starter amit
  • Start date Start date
A

amit

hi - i need to format the caption section of the user form......particularly
change font type, change background color of the caption section and also
center the caption. i would ideally like this to happen during initialize and
so would put the code in Initialize sub.

thanks for your help
 
Those are set through the operating system, not on a per userform basis. You can always use a
textbox for a caption....
 
Back
Top