View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Todd Huttenstine[_2_] Todd Huttenstine[_2_] is offline
external usenet poster
 
Posts: 237
Default Frame Border Color

Hey guys,

In VBA, when you add a frame to a userform, it creates
that default greyish color bording the frame. I
accidentally changed the BorderStyle property to 1 -
fmBorderStyleSingle from 0 - fmBorderStyleNone. When I
tried to change it back, it didnt go back to the way it
originally was(that default greyish color around the
frame). Instead, now you cant even see the frame border.
How do I get it back to the way it was before I changed it
by mistake?


Thank you

Todd Huttenstine